From 2e2591ed9979ce9da47ac23eaadf8a6a277d0154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 25 Feb 2022 18:31:10 +0100 Subject: [PATCH] Fix partition count in dashboard --- helm/templates/grafana/dashboard-config-map.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/grafana/dashboard-config-map.yaml b/helm/templates/grafana/dashboard-config-map.yaml index cc9ec623f..459021213 100644 --- a/helm/templates/grafana/dashboard-config-map.yaml +++ b/helm/templates/grafana/dashboard-config-map.yaml @@ -527,7 +527,7 @@ data: "steppedLine": false, "targets": [ { - "expr": "sum by(topic) (kafka_topic_partitions >= 0)", + "expr": "kafka_topic_partitions", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{topic}}", -- GitLab