Đurica Yuri Nikolić
Đurica Yuri Nikolić
#### What this PR does This PR introduces the following changes: - store_gateway_client.go and store_gateway_test.go have been moved from the querier to the storegateway package - Struct StoreGatewayClient from store_gateway_client.go...
_This issue is tracking the progress of the release 2.12.0. The release candidate is scheduled for the week of March 11th 2024._ ### Publish the release candidate - [x] Begin...
#### What this PR does This PR changes the current procedure for calculating the `Retry-After` delay by taking into account the remaining circuit breaker delay. Currently the `Retry-After` delay is...
**What this PR does**: **Which issue(s) this PR fixes**: Fixes # **Checklist** - [ ] Tests updated - [ ] `CHANGELOG.md` updated - the order of entries should be `[CHANGE]`,...
#### What this PR does This PR refactors the `globalerror` package in such a way that it exports the following functions: - `ToGRPCStatusError()`, that returns an error corresponding to a...
This PR introduces partially open states. When a newly introduced configuration `WithPercentageAllowedExecutions` is configured, circuits in the `OpenState` will never transit to the `HalfOpenState`, but will allow the configured percentage...
In this [commit](https://github.com/prometheus/prometheus/commit/db2d759b81ccead074f59fe4a405245434c5845f) `prometheus` has added the `lookback_delta` parameter to the instant and range query API. In order to be `prometheus` compatible, `mimir` should support this new feature too. The...