Skip to content

Commit

Permalink
Merge pull request #305 from grafana/20210513_add-missing-components-…
Browse files Browse the repository at this point in the history
…to-memberlist-alert

Add missing memberlist components to alerts
  • Loading branch information
pracucci authored Jun 8, 2021
2 parents 61a05e6 + 3d55cd0 commit bf9729e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* `CortexIngesterReachingTenantsLimit`
* [ENHANCEMENT] Improved `CortexRulerFailedRingCheck` to avoid firing in case of very short errors. #297
* [BUGFIX] Fixed `CortexCompactorRunFailed` false positives. #288
* [BUGFIX] Add missing components (admin-api, compactor, store-gateway) to `CortexGossipMembersMismatch`. #305

## 1.8.0 / 2021-03-25

Expand Down
2 changes: 1 addition & 1 deletion cortex-mixin/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
expr: |||
memberlist_client_cluster_members_count
!= on (%s) group_left
sum by (%s) (up{job=~".+/(distributor|ingester.*|querier|cortex|ruler)"})
sum by (%s) (up{job=~".+/(admin-api|compactor|store-gateway|distributor|ingester.*|querier|cortex|ruler)"})
||| % [$._config.alert_aggregation_labels, $._config.alert_aggregation_labels],
'for': '5m',
labels: {
Expand Down

0 comments on commit bf9729e

Please sign in to comment.