Skip to content

Commit

Permalink
feat: add gas processed panel (paradigmxyz#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Mar 20, 2023
1 parent 38b0bf6 commit 292be93
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions etc/grafana/dashboards/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "The amount of gas processed by the EVM per second.\n\nNote: For mainnet, the block range 2,383,397-2,620,384 will be slow because of the 2016 DoS attack.",
"description": "The amount of gas processed by the execution stage in millions per second.\n\nNote: For mainnet, the block range 2,383,397-2,620,384 will be slow because of the 2016 DoS attack.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -570,14 +570,10 @@
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "si: Gas/s"
"unit": "Mgas/s"
},
"overrides": []
},
Expand Down Expand Up @@ -607,13 +603,13 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "builder",
"expr": "rate(reth_evm_gas_total[$__rate_interval])",
"expr": "rate(reth_sync_execution_mgas_executed_total[$__rate_interval])",
"legendFormat": "Gas/s",
"range": true,
"refId": "A"
}
],
"title": "Execution stage",
"title": "Gas processed",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1733,6 +1729,6 @@
"timezone": "",
"title": "reth",
"uid": "2k8BXz24k",
"version": 43,
"version": 2,
"weekStart": ""
}
}

0 comments on commit 292be93

Please sign in to comment.