mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Adding in-sync replica by topic metric rule
This commit is contained in:
parent
0ca3f98618
commit
81409cd1c2
1 changed files with 4 additions and 0 deletions
|
|
@ -270,6 +270,10 @@ services:
|
|||
- name: danielqsj/kafka_exporter
|
||||
doc_url: https://github.com/danielqsj/kafka_exporter
|
||||
rules:
|
||||
- name: Kafka Topics
|
||||
description: Kafka topic in-sync partition
|
||||
query: 'sum(kafka_topic_partition_in_sync_replica) by (topic) > 3'
|
||||
severity: error
|
||||
|
||||
- name: Linkerd
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue