Skip to content

Commit 30d888c

Browse files
bomanapsnflaig
andauthored
chore: add block proposal summary panel to block production dashboard (#7692)
**Motivation** `feat(validator-monitor): Add block proposal summary panels to Grafana dashboard` **Description** This PR adds monitoring for validator block proposal performance . <!-- A clear and concise general description of the changes of this PR commits --> <!-- If applicable, add screenshots to help explain your solution --> <img width="1388" alt="Screenshot 2025-04-12 at 17 44 16" src="https://github.com/user-attachments/assets/f5fd7c20-bf4b-403b-9066-791ceb9f9672" /> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #6724 **Steps to test or reproduce** <!--Steps to reproduce the behavior: ```sh git checkout <feature_branch> lodestar beacon --new-flag option1 ``` --> --------- Co-authored-by: Nico Flaig <nflaig@protonmail.com>
1 parent 6dd10cb commit 30d888c

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

dashboards/lodestar_block_production.json

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,38 +1413,14 @@
14131413
"type": "prometheus",
14141414
"uid": "${DS_PROMETHEUS}"
14151415
},
1416+
"editorMode": "code",
14161417
"exemplar": false,
1417-
"expr": "lodestar_attached_validators_total_count",
1418+
"expr": "384*rate(validator_monitor_prev_epoch_block_proposal_summary[$rate_interval])",
14181419
"format": "time_series",
14191420
"instant": false,
14201421
"interval": "",
1421-
"legendFormat": "",
1422+
"legendFormat": "{{summary}}",
14221423
"refId": "A"
1423-
},
1424-
{
1425-
"exemplar": false,
1426-
"expr": "lodestar_attached_validators_finalized_count",
1427-
"hide": false,
1428-
"instant": false,
1429-
"interval": "",
1430-
"legendFormat": "",
1431-
"refId": "B"
1432-
},
1433-
{
1434-
"exemplar": false,
1435-
"expr": "lodestar_attached_validators_missed_count",
1436-
"hide": false,
1437-
"interval": "",
1438-
"legendFormat": "",
1439-
"refId": "C"
1440-
},
1441-
{
1442-
"exemplar": false,
1443-
"expr": "lodestar_attached_validators_orphaned_count",
1444-
"hide": false,
1445-
"interval": "",
1446-
"legendFormat": "",
1447-
"refId": "E"
14481424
}
14491425
],
14501426
"title": "Attached Validators Block Proposal Data",
@@ -1574,10 +1550,16 @@
15741550
"pluginVersion": "10.4.1",
15751551
"targets": [
15761552
{
1553+
"datasource": {
1554+
"type": "prometheus",
1555+
"uid": "${DS_PROMETHEUS}"
1556+
},
1557+
"editorMode": "code",
15771558
"exemplar": false,
15781559
"expr": "lodestar_finalized_attached_validators_count",
15791560
"interval": "",
15801561
"legendFormat": "",
1562+
"range": true,
15811563
"refId": "A"
15821564
}
15831565
],

0 commit comments

Comments
 (0)