Skip to content
Snippets Groups Projects
Commit 9563c519 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Use input and output topic for grafana dashboard

parent ff0d8a12
No related branches found
No related tags found
1 merge request!243Migrate to Strimzi Kafka
......@@ -71,7 +71,7 @@ data:
"steppedLine": false,
"targets": [
{
"expr": "sum by (topic) (rate(kafka_server_brokertopicmetrics_messagesin_total[60s]))",
"expr": "sum by (topic) (rate(kafka_server_brokertopicmetrics_messagesin_total{topic='input'}[60s]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{Messages In Per Second}}",
......@@ -162,7 +162,7 @@ data:
"steppedLine": false,
"targets": [
{
"expr": "sum(kafka_server_brokertopicmetrics_messagesin_total{topic='output'})",
"expr": "sum by (topic) (rate(kafka_server_brokertopicmetrics_messagesin_total{topic='output'}[60s]))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{Messages Out Per Second}}",
......
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