Skip to content
Snippets Groups Projects
Commit d44f9218 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

update grafana dashboard to show topics of ospbench

parent 1c9fa600
No related branches found
No related tags found
1 merge request!182Update grafana dashboard to show topics of ospbench
...@@ -24,8 +24,8 @@ data: ...@@ -24,8 +24,8 @@ data:
"editable": true, "editable": true,
"gnetId": null, "gnetId": null,
"graphTooltip": 0, "graphTooltip": 0,
"id": 2, "id": 1,
"iteration": 1589140028684, "iteration": 1631777972723,
"links": [], "links": [],
"panels": [ "panels": [
{ {
...@@ -73,8 +73,33 @@ data: ...@@ -73,8 +73,33 @@ data:
{ {
"expr": "sum(cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_input)", "expr": "sum(cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_input)",
"format": "time_series", "format": "time_series",
"interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{Messages In Per Second}}", "legendFormat": "Input",
"refId": "A"
},
{
"expr": "sum(cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_ndwflow)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "ndwflow",
"refId": "B"
},
{
"expr": "sum(cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_ndwspeed)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "ndwspeed",
"refId": "C"
},
{
"expr": "sum(cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_ndwflow+cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_ndwspeed)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "ndwflow+ndwspeed",
"refId": "D" "refId": "D"
} }
], ],
...@@ -164,9 +189,18 @@ data: ...@@ -164,9 +189,18 @@ data:
{ {
"expr": "sum(cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_output)", "expr": "sum(cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_output)",
"format": "time_series", "format": "time_series",
"interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{Messages Out Per Second}}", "legendFormat": "Output",
"refId": "D" "refId": "A"
},
{
"expr": "sum(cp_kafka_server_brokertopicmetrics_messagesinpersec_topic_metrics)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "Metrics",
"refId": "B"
} }
], ],
"thresholds": [], "thresholds": [],
...@@ -942,7 +976,7 @@ data: ...@@ -942,7 +976,7 @@ data:
} }
], ],
"refresh": "10s", "refresh": "10s",
"schemaVersion": 21, "schemaVersion": 22,
"style": "dark", "style": "dark",
"tags": [], "tags": [],
"templating": { "templating": {
...@@ -958,6 +992,7 @@ data: ...@@ -958,6 +992,7 @@ data:
"definition": "label_values(kafka_consumer_consumer_fetch_manager_metrics_records_lag, job)", "definition": "label_values(kafka_consumer_consumer_fetch_manager_metrics_records_lag, job)",
"hide": 0, "hide": 0,
"includeAll": false, "includeAll": false,
"index": -1,
"label": "Job", "label": "Job",
"multi": false, "multi": false,
"name": "Job", "name": "Job",
...@@ -1002,6 +1037,9 @@ data: ...@@ -1002,6 +1037,9 @@ data:
"timezone": "", "timezone": "",
"title": "Scalability Benchmarking", "title": "Scalability Benchmarking",
"uid": "dad0CNlZz", "uid": "dad0CNlZz",
"version": 25 "variables": {
"list": []
},
"version": 1
}`}} }`}}
{{- end }} {{- end }}
\ No newline at end of file
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