You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New ring state READONLY to be used by ingesters (#6163)
* New READONLY state on ring
Signed-off-by: Daniel Deluiggi <[email protected]>
* Changelog
Signed-off-by: Daniel Deluiggi <[email protected]>
* remove white space
Signed-off-by: Daniel Deluiggi <[email protected]>
* Update changelog
Signed-off-by: Daniel Deluiggi <[email protected]>
* Add new tests. Change api endpoints
Signed-off-by: Daniel Deluiggi <[email protected]>
* Remove cross-site scripting. Add tests
Signed-off-by: Daniel Deluiggi <[email protected]>
* Remove unRegister on shutdown
Signed-off-by: Daniel Deluiggi <[email protected]>
* Add api endpoint
Signed-off-by: Daniel Deluiggi <[email protected]>
---------
Signed-off-by: Daniel Deluiggi <[email protected]>
Signed-off-by: Daniel Blando <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## master / unreleased
4
4
5
5
*[ENHANCEMENT] Ruler: Add new ruler metric `cortex_ruler_rule_groups_in_store` that is the total rule groups per tenant in store, which can be used to compare with `cortex_prometheus_rule_group_rules` to count the number of rule groups that are not loaded by a ruler. #5869
6
+
*[ENHANCEMENT] Ingester/Ring: New `READONLY` status on ring to be used by Ingester. New ingester API to change mode of ingester #6163
6
7
*[ENHANCEMENT] Ruler: Add query statistics metrics when --ruler.query-stats-enabled=true. #6173
7
8
*[ENHANCEMENT] Distributor: Add new `cortex_reduced_resolution_histogram_samples_total` metric to to track the number of histogram samples which resolution was reduced. #6182
0 commit comments