mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +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:
|
||||
|
||||
- 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
|
||||
labels:
|
||||
severity: critical
|
||||
|
|
|
|||
Loading…
Reference in a new issue