Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit bf9729e

Browse files
authored
Merge pull request #305 from grafana/20210513_add-missing-components-to-memberlist-alert
Add missing memberlist components to alerts
2 parents 61a05e6 + 3d55cd0 commit bf9729e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* `CortexIngesterReachingTenantsLimit`
3131
* [ENHANCEMENT] Improved `CortexRulerFailedRingCheck` to avoid firing in case of very short errors. #297
3232
* [BUGFIX] Fixed `CortexCompactorRunFailed` false positives. #288
33+
* [BUGFIX] Add missing components (admin-api, compactor, store-gateway) to `CortexGossipMembersMismatch`. #305
3334

3435
## 1.8.0 / 2021-03-25
3536

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
expr: |||
584584
memberlist_client_cluster_members_count
585585
!= on (%s) group_left
586-
sum by (%s) (up{job=~".+/(distributor|ingester.*|querier|cortex|ruler)"})
586+
sum by (%s) (up{job=~".+/(admin-api|compactor|store-gateway|distributor|ingester.*|querier|cortex|ruler)"})
587587
||| % [$._config.alert_aggregation_labels, $._config.alert_aggregation_labels],
588588
'for': '5m',
589589
labels: {

0 commit comments

Comments
 (0)