Ying WANG
Ying WANG
> playlist_uid it is a bit weird since playlist_uid is not in the code, it is tagged as uid. maybe we can check tomorrow together, i would run some test...
> "items": [ > { > "id": 1420, > "title": "gdev dashboards/Datasource tests - MySQL", > "type": "dashboard_by_id", > "value": "1420", > "order": 1 > }, > { > "title":...
end to end test with postman on API without any problem.
having the same problem when trying to update to version 0.4.0
@pracucci I am interested in implement ring discovery of alert manager in ruler, could I start it?
this might be golang-ci linter's version is not compatible with go version 💭, I remember something similar a while ago.
@dimitarvdimitrov is right, the current behaviour is not really as described. retry-after is guaranteed always random to prevent the problem described above ⬆️ . When the retry attemps max retry...
If circuitBreakerRemainingDelay itself doesn't have any randomness, I am thinking: after minSeconds and maxSeconds calculated with the previous logic, just add in the end of the function ``` if circuitBreakerRemainingDelay...
the block_ulids is trasmit as json object, tested with frontend and backend, since it is URL-safe, no encoding needed.
Hi, thanks for the PR, the use case seems valid, it probably worths to update the migration [doc](https://github.com/grafana/mimir/blob/b0738b829068a19a13b20608bb3e2bc8f92179a0/docs/sources/mimir/set-up/migrate/migrate-from-thanos-or-prometheus.md?plain=1#L49) in the same PR for the problem/solution so that people can benefits...