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:
Yong Kang
2025-10-31 18:51:35 +08:00
parent de3c2af3b4
commit 4f2d5d3252

View File

@@ -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"
},
{