mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
update kafka alerts (#478)
This commit is contained in:
parent
2f9279d707
commit
9edef74e73
1 changed files with 1 additions and 1 deletions
|
|
@ -1578,7 +1578,7 @@ groups:
|
|||
rules:
|
||||
- name: Kafka topics replicas
|
||||
description: Kafka topic in-sync partition
|
||||
query: "sum(kafka_topic_partition_in_sync_replica) by (topic) < 3"
|
||||
query: "min(kafka_topic_partition_in_sync_replica) by (topic) < 3"
|
||||
severity: critical
|
||||
- name: Kafka consumers group
|
||||
description: Kafka consumers group
|
||||
|
|
|
|||
Loading…
Reference in a new issue