Skip to content

Commit

Permalink
chore: update forkchoice grafana panels (#7161)
Browse files Browse the repository at this point in the history
fix: update forkchoice grafana panels
  • Loading branch information
twoeths authored Oct 15, 2024
1 parent 5adb4ef commit be0d971
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions dashboards/lodestar_block_processor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3985,10 +3985,10 @@
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
"showLegend": true
},
"tooltip": {
"mode": "single",
"mode": "multi",
"sort": "none"
},
"tooltipOptions": {
Expand All @@ -4001,10 +4001,12 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": false,
"expr": "rate(beacon_fork_choice_find_head_seconds_sum[$rate_interval])/rate(beacon_fork_choice_find_head_seconds_count[$rate_interval])",
"interval": "",
"legendFormat": "find head",
"legendFormat": "{{caller}}",
"range": true,
"refId": "A"
}
],
Expand Down Expand Up @@ -4103,10 +4105,12 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": false,
"expr": "beacon_fork_choice_errors_total",
"interval": "",
"legendFormat": "",
"range": true,
"refId": "A"
}
],
Expand Down Expand Up @@ -4189,10 +4193,10 @@
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"showLegend": false
},
"tooltip": {
"mode": "single",
"mode": "multi",
"sort": "none"
},
"tooltipOptions": {
Expand All @@ -4205,10 +4209,12 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": false,
"expr": "12 * rate(beacon_fork_choice_find_head_seconds_count[$rate_interval])",
"interval": "",
"legendFormat": "updateHead calls",
"legendFormat": "{{caller}}_updateHead_calls",
"range": true,
"refId": "A"
},
{
Expand All @@ -4228,11 +4234,13 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": false,
"expr": "rate(beacon_fork_choice_find_head_seconds_sum[$rate_interval])",
"hide": false,
"interval": "",
"legendFormat": "usage rate",
"legendFormat": "{{caller}}_usage_rate",
"range": true,
"refId": "C"
}
],
Expand Down

0 comments on commit be0d971

Please sign in to comment.