Skip to content

Commit f61b8d9

Browse files
authored
chore: display cgc in lodestar summary dashboard (#8668)
<img width="949" height="213" alt="image" src="https://github.com/user-attachments/assets/a87dfba8-a8bf-48cf-9738-459e77ba1099" /> cc @wemeetagain
1 parent 362bd5e commit f61b8d9

File tree

1 file changed

+62
-5
lines changed

1 file changed

+62
-5
lines changed

dashboards/lodestar_summary.json

Lines changed: 62 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -517,16 +517,73 @@
517517
"type": "prometheus",
518518
"uid": "${DS_PROMETHEUS}"
519519
},
520+
"editorMode": "code",
520521
"exemplar": false,
521522
"expr": "validator_monitor_validators",
523+
"instant": true,
522524
"interval": "",
523525
"legendFormat": "",
526+
"range": false,
524527
"refId": "A"
525528
}
526529
],
527530
"title": "Validators connected",
528531
"type": "stat"
529532
},
533+
{
534+
"datasource": {
535+
"type": "prometheus",
536+
"uid": "${DS_PROMETHEUS}"
537+
},
538+
"fieldConfig": {
539+
"defaults": {
540+
"mappings": [],
541+
"unit": "short"
542+
},
543+
"overrides": []
544+
},
545+
"gridPos": {
546+
"h": 3,
547+
"w": 2,
548+
"x": 20,
549+
"y": 1
550+
},
551+
"id": 543,
552+
"options": {
553+
"colorMode": "value",
554+
"graphMode": "area",
555+
"justifyMode": "auto",
556+
"orientation": "auto",
557+
"reduceOptions": {
558+
"calcs": [
559+
"lastNotNull"
560+
],
561+
"fields": "",
562+
"values": false
563+
},
564+
"showPercentChange": false,
565+
"textMode": "auto",
566+
"wideLayout": true
567+
},
568+
"pluginVersion": "10.4.1",
569+
"targets": [
570+
{
571+
"datasource": {
572+
"type": "prometheus",
573+
"uid": "${DS_PROMETHEUS}"
574+
},
575+
"editorMode": "code",
576+
"exemplar": false,
577+
"expr": "beacon_target_custody_group_count",
578+
"instant": true,
579+
"legendFormat": "__auto",
580+
"range": false,
581+
"refId": "A"
582+
}
583+
],
584+
"title": "Custody Group Count",
585+
"type": "stat"
586+
},
530587
{
531588
"datasource": {
532589
"type": "prometheus",
@@ -543,8 +600,8 @@
543600
},
544601
"gridPos": {
545602
"h": 3,
546-
"w": 2,
547-
"x": 20,
603+
"w": 1,
604+
"x": 22,
548605
"y": 1
549606
},
550607
"id": 72,
@@ -579,7 +636,7 @@
579636
"refId": "A"
580637
}
581638
],
582-
"title": "CPU %",
639+
"title": "CPU",
583640
"type": "stat"
584641
},
585642
{
@@ -596,8 +653,8 @@
596653
},
597654
"gridPos": {
598655
"h": 3,
599-
"w": 2,
600-
"x": 22,
656+
"w": 1,
657+
"x": 23,
601658
"y": 1
602659
},
603660
"id": 73,

0 commit comments

Comments
 (0)