Skip to content

Commit

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

Add missing memberlist components to alerts
  • Loading branch information
pracucci authored Jun 8, 2021
2 parents 7f00375 + 3e0ea6b commit 5958a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/mimir-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 5958a65

Please sign in to comment.