Skip to content

Commit 814cdc0

Browse files
committed
Dashboard: diagrams first, table below in Validators row; hide diagram legends
Flipped the order within the Validators row: - 3 per-validator diagrams (700 Served accumulated, 701 % missed, 702 % delayed-over-tolerance) moved from y=54 to y=40 — now they sit directly below the row header - Validators table (501) moved from y=40 to y=48 — sits below the diagrams as the legend / lookup reference Hid legends on all three diagrams (showLegend: false). The table below already lists every validator with Index / Container / Pubkey / Success % / Missed / Delayed >tol — that's a more compact and more informative legend than a multi-line bottom-table in each panel. Operators can hover a line for the tooltip, then cross-reference against the table. Section height (y=39..61) is unchanged so nothing below shifts.
1 parent 7435a95 commit 814cdc0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

test-env/grafana/dashboards/eth2-monitor.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@
13021302
"description": "Per-validator snapshot over the dashboard time range, ranked by issue score = missed + 0.5*delayed_over_tolerance. Only validators with a non-zero issue score are shown (top-$top by score). Click an Index to filter the dashboard to this validator; click a Pubkey to open beaconcha.in.",
13031303
"gridPos": {
13041304
"x": 0,
1305-
"y": 40,
1305+
"y": 48,
13061306
"w": 24,
13071307
"h": 14
13081308
},
@@ -3367,7 +3367,7 @@
33673367
"description": "Per-validator served-attestation count, cumulative since each validator first registered with the monitor. Stacked. Respects the dashboard filters (service / cluster / validator). The shape of the line shows how aggressively each validator is accumulating attestations across the dashboard time range.",
33683368
"gridPos": {
33693369
"x": 0,
3370-
"y": 54,
3370+
"y": 40,
33713371
"w": 8,
33723372
"h": 8
33733373
},
@@ -3408,7 +3408,7 @@
34083408
],
34093409
"displayMode": "table",
34103410
"placement": "bottom",
3411-
"showLegend": true
3411+
"showLegend": false
34123412
},
34133413
"tooltip": {
34143414
"mode": "multi",
@@ -3441,7 +3441,7 @@
34413441
"description": "Per-validator share of attestations missed over a 15-minute trailing window. Respects the dashboard filters (service / cluster / validator).",
34423442
"gridPos": {
34433443
"x": 8,
3444-
"y": 54,
3444+
"y": 40,
34453445
"w": 8,
34463446
"h": 8
34473447
},
@@ -3478,7 +3478,7 @@
34783478
],
34793479
"displayMode": "table",
34803480
"placement": "bottom",
3481-
"showLegend": true
3481+
"showLegend": false
34823482
},
34833483
"tooltip": {
34843484
"mode": "multi",
@@ -3511,7 +3511,7 @@
35113511
"description": "Per-validator share of attestations included more than 3 spec-slots late over a 15-minute trailing window. Respects the dashboard filters (service / cluster / validator).",
35123512
"gridPos": {
35133513
"x": 16,
3514-
"y": 54,
3514+
"y": 40,
35153515
"w": 8,
35163516
"h": 8
35173517
},
@@ -3548,7 +3548,7 @@
35483548
],
35493549
"displayMode": "table",
35503550
"placement": "bottom",
3551-
"showLegend": true
3551+
"showLegend": false
35523552
},
35533553
"tooltip": {
35543554
"mode": "multi",

0 commit comments

Comments
 (0)