Skip to content
Snippets Groups Projects
Commit 2e2591ed authored by Sören Henning's avatar Sören Henning
Browse files

Fix partition count in dashboard

parent 3137a81f
No related branches found
No related tags found
1 merge request!250Refactor Beam service
Pipeline #6799 skipped
......@@ -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}}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment