From 4f2d5d3252672716491cbeec9b4a25c6e95aa1db Mon Sep 17 00:00:00 2001 From: Yong Kang Date: Fri, 31 Oct 2025 18:51:35 +0800 Subject: [PATCH] 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) --- dashboard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard.json b/dashboard.json index 36cbc966ce..f4d6d32ce2 100644 --- a/dashboard.json +++ b/dashboard.json @@ -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" }, {