Skip to content

Commit 0419ddb

Browse files
Updated change log description and test name
Signed-off-by: Anand Rajagopal <[email protected]>
1 parent 89092bb commit 0419ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## master / unreleased
44

5+
* [FEATURE] Ruler: Minimize chances of missed rule group evaluations that can occur due to OOM kills, bad underlying nodes, or due to an unhealthy ruler that appears in the ring as healthy. This feature is enabled via `-ruler.enable-ha-evaluation` flag. #6129
56
* [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
67
* [ENHANCEMENT] Ingester/Ring: New `READONLY` status on ring to be used by Ingester. New ingester API to change mode of ingester #6163
78
* [ENHANCEMENT] Ruler: Add query statistics metrics when --ruler.query-stats-enabled=true. #6173
@@ -22,7 +23,6 @@
2223
* [CHANGE] Querier: Remove `-querier.at-modifier-enabled` flag. #6157
2324
* [CHANGE] Tracing: Remove deprecated `oltp_endpoint` config entirely. #6158
2425
* [CHANGE] Store Gateway: Enable store gateway zone stable shuffle sharding by default. #6161
25-
* [FEATURE] Ruler: Minimize rule group missed evaluations via `-ruler.enable-ha` flag. #6129
2626
* [FEATURE] Ingester/Distributor: Experimental: Enable native histogram ingestion via `-blocks-storage.tsdb.enable-native-histograms` flag. #5986 #6010 #6020
2727
* [FEATURE] Querier: Enable querying native histogram chunks. #5944 #6031
2828
* [FEATURE] Query Frontend: Support native histogram in query frontend response. #5996 #6043

integration/ruler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ func TestRulerDisablesRuleGroups(t *testing.T) {
981981
})
982982
}
983983

984-
func TestRulerHA(t *testing.T) {
984+
func TestRulerHAEvaluation(t *testing.T) {
985985
const numRulesGroups = 20
986986

987987
random := rand.New(rand.NewSource(time.Now().UnixNano()))

0 commit comments

Comments
 (0)