mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Publish
This commit is contained in:
parent
9edef74e73
commit
ae8cfb0366
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ groups:
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
- alert: KafkaTopicsReplicas
|
- alert: KafkaTopicsReplicas
|
||||||
expr: 'sum(kafka_topic_partition_in_sync_replica) by (topic) < 3'
|
expr: 'min(kafka_topic_partition_in_sync_replica) by (topic) < 3'
|
||||||
for: 0m
|
for: 0m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue