Skip to content

Commit

Permalink
chore: fix typo in grafana dash
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Mar 20, 2023
1 parent 72f59d2 commit c110ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/grafana/dashboards/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "builder",
"expr": "rate(reth_sync_execution_mgas_executed_total[$__rate_interval])",
"expr": "rate(reth_sync_execution_mgas_processed_total[$__rate_interval])",
"legendFormat": "Gas/s",
"range": true,
"refId": "A"
Expand Down Expand Up @@ -1731,4 +1731,4 @@
"uid": "2k8BXz24k",
"version": 2,
"weekStart": ""
}
}

0 comments on commit c110ede

Please sign in to comment.