Skip to content

Commit

Permalink
Add panels representing connectivity failure to downstream clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak committed Dec 3, 2024
1 parent 62c869c commit 9f7d897
Showing 1 changed file with 198 additions and 6 deletions.
204 changes: 198 additions & 6 deletions grafana-dashboards/ZDM Proxy Dashboard v1-1664563492163.json
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 12,
"w": 8,
"x": 0,
"y": 49
},
Expand Down Expand Up @@ -1900,6 +1900,102 @@
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"exemplar": true,
"expr": "rate(zdm_proxy_failed_connections_total{instance=~\"^($proxyinstance)$\"}[$error_rate])",
"interval": "",
"legendFormat": "{cluster=\"{{cluster}}\", instance=\"{{instance}}\"}",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Connection Failure Rate",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:1138",
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"$$hashKey": "object:1139",
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 8,
"x": 8,
"y": 49
},
"hiddenSeries": false,
"id": 117,
"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.5.17",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"exemplar": true,
Expand Down Expand Up @@ -1966,8 +2062,8 @@
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"w": 8,
"x": 16,
"y": 49
},
"hiddenSeries": false,
Expand Down Expand Up @@ -2352,7 +2448,7 @@
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 12,
"w": 8,
"x": 0,
"y": 65
},
Expand Down Expand Up @@ -2382,6 +2478,102 @@
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"exemplar": true,
"expr": "zdm_proxy_failed_connections_total{instance=~\"^($proxyinstance)$\"}",
"interval": "",
"legendFormat": "{cluster=\"{{cluster}}\", instance=\"{{instance}}\"}",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Connection Failure Counters",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:1138",
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"$$hashKey": "object:1139",
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 8,
"x": 8,
"y": 65
},
"hiddenSeries": false,
"id": 116,
"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.5.17",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"exemplar": true,
Expand Down Expand Up @@ -2448,8 +2640,8 @@
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"w": 8,
"x": 16,
"y": 65
},
"hiddenSeries": false,
Expand Down

0 comments on commit 9f7d897

Please sign in to comment.