Skip to content

Commit

Permalink
New panel for new_payload_forkchoice_updated_time_diff metric (paradi…
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencartavia authored Nov 7, 2024
1 parent 581cef3 commit f0a1f91
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions etc/grafana/dashboards/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -5162,6 +5162,80 @@
"title": "Pipeline runs",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "Latency histogram for the engine_newPayload to Forkchoice Update",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": false,
"stacking": {
"mode": "none"
}
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 188
},
"id": 213,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "builder",
"expr": "reth_engine_rpc_new_payload_forkchoice_updated_time_diff{instance=~\"$instance\"}",
"legendFormat": "new_payload_forkchoice_updated",
"range": true,
"refId": "A"
}
],
"title": "Engine API newPayload Forkchoice Update Latency",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
Expand Down

0 comments on commit f0a1f91

Please sign in to comment.