Skip to content

Commit adae568

Browse files
authored
fix raft zombie graph label (#8230)
1 parent d67c4e4 commit adae568

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/metrics/grafana/dashboards/raft.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@
18541854
"h": 8,
18551855
"w": 12,
18561856
"x": 0,
1857-
"y": 57
1857+
"y": 37
18581858
},
18591859
"id": 6,
18601860
"options": {
@@ -1975,7 +1975,7 @@
19751975
"h": 8,
19761976
"w": 12,
19771977
"x": 12,
1978-
"y": 57
1978+
"y": 37
19791979
},
19801980
"id": 9,
19811981
"options": {
@@ -2099,7 +2099,7 @@
20992099
"h": 8,
21002100
"w": 12,
21012101
"x": 0,
2102-
"y": 65
2102+
"y": 45
21032103
},
21042104
"id": 7,
21052105
"options": {
@@ -2207,7 +2207,7 @@
22072207
"h": 8,
22082208
"w": 12,
22092209
"x": 0,
2210-
"y": 58
2210+
"y": 38
22112211
},
22122212
"id": 52,
22132213
"options": {
@@ -2300,7 +2300,7 @@
23002300
"h": 8,
23012301
"w": 12,
23022302
"x": 12,
2303-
"y": 58
2303+
"y": 38
23042304
},
23052305
"id": 53,
23062306
"options": {
@@ -2324,7 +2324,7 @@
23242324
"editorMode": "code",
23252325
"expr": "sum(rate(buildbuddy_raft_zombie_cleanup{region=\"${region}\", job=\"buildbuddy-app\"}[${window}])) by (pod_name,status)",
23262326
"instant": false,
2327-
"legendFormat": "{{podname}} - {{status}}",
2327+
"legendFormat": "{{pod_name}} - {{status}}",
23282328
"range": true,
23292329
"refId": "A"
23302330
}

0 commit comments

Comments
 (0)