Skip to content

Commit

Permalink
add new chart to strimzi kafka for ZK request latency and removed min… (
Browse files Browse the repository at this point in the history
  • Loading branch information
ShazaAldawamneh authored Sep 5, 2023
1 parent 08e458d commit d1da039
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 596 deletions.
99 changes: 97 additions & 2 deletions packaging/examples/metrics/grafana-dashboards/strimzi-kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -2822,8 +2822,8 @@
},
"fill": 1,
"gridPos": {
"h": 13,
"w": 24,
"h": 8,
"w": 12,
"x": 0,
"y": 55
},
Expand Down Expand Up @@ -2901,6 +2901,101 @@
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 55
},
"id": 110,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.3.7",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(kafka_server_zookeeperclientmetrics_zookeeperrequestlatencyms{namespace=\"$kubernetes_namespace\",kubernetes_pod_name=~\"$strimzi_cluster_name-$kafka_broker\",strimzi_io_name=\"$strimzi_cluster_name-kafka\"}) by (kubernetes_pod_name)",
"format": "time_series",
"instant": false,
"intervalFactor": 1,
"legendFormat": "{{kubernetes_pod_name}}",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "ZK request latecy",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
}
],
"refresh": "5s",
Expand Down
Loading

0 comments on commit d1da039

Please sign in to comment.