From 81409cd1c2c7b682020ef8f384fc8c804c782d66 Mon Sep 17 00:00:00 2001 From: MarceStarlet Date: Wed, 31 Oct 2018 13:16:29 -0700 Subject: [PATCH] Adding in-sync replica by topic metric rule --- _data/rules.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_data/rules.yml b/_data/rules.yml index 5035cf6..2373da6 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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: