Skip to content

Commit

Permalink
chore: update Ensemble Member Missing alert expr
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoppenheimer committed Oct 18, 2024
1 parent 1434dd3 commit 60cb032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alert_rules/prometheus/zookeeper_metrics.rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ groups:
description: "ZooKeeper target has disappeared. An exporter might be crashed.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

- alert: Ensemble Member Missing
expr: floor(sum(up{juju_charm!=".*"}/2) < quorum_size{juju_charm!=".*"}
expr: min(synced_followers{juju_charm!=".*"}) + 1 < max(quorum_size{juju_charm!=".*"})
for: 0m
labels:
severity: critical
Expand Down

0 comments on commit 60cb032

Please sign in to comment.