Skip to content

Commit

Permalink
fix raft zombie graph label (#8230)
Browse files Browse the repository at this point in the history
  • Loading branch information
luluz66 authored Jan 22, 2025
1 parent d67c4e4 commit adae568
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/metrics/grafana/dashboards/raft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 57
"y": 37
},
"id": 6,
"options": {
Expand Down Expand Up @@ -1975,7 +1975,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 57
"y": 37
},
"id": 9,
"options": {
Expand Down Expand Up @@ -2099,7 +2099,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 65
"y": 45
},
"id": 7,
"options": {
Expand Down Expand Up @@ -2207,7 +2207,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 58
"y": 38
},
"id": 52,
"options": {
Expand Down Expand Up @@ -2300,7 +2300,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 58
"y": 38
},
"id": 53,
"options": {
Expand All @@ -2324,7 +2324,7 @@
"editorMode": "code",
"expr": "sum(rate(buildbuddy_raft_zombie_cleanup{region=\"${region}\", job=\"buildbuddy-app\"}[${window}])) by (pod_name,status)",
"instant": false,
"legendFormat": "{{podname}} - {{status}}",
"legendFormat": "{{pod_name}} - {{status}}",
"range": true,
"refId": "A"
}
Expand Down

0 comments on commit adae568

Please sign in to comment.