mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-11 00:08:13 -05:00
fix(dashboard): change beacon executed blocks to show total count
Changed unit from 'blocks/sec' to 'short' to display raw counter value. Updated title to clarify this shows total blocks, not rate. Now displays: '12,345' (total blocks) Instead of: '70 blocks/sec' (rate)
This commit is contained in:
@@ -6451,7 +6451,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "blocks/sec"
|
||||
"unit": "short"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
@@ -6494,7 +6494,7 @@
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"title": "Consensus Engine - Beacon Executed Blocks",
|
||||
"title": "Consensus Engine - Total Beacon Executed Blocks",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user