diff --git a/helm/templates/grafana/dashboard-config-map.yaml b/helm/templates/grafana/dashboard-config-map.yaml index cc9ec623f3ef71459ccad65128bf8cd65f0d6eb6..459021213c1d4c746819ddabac790800b9a6ed09 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}}",