From f3026f8a95400510f7ea81aa78a73e817e74a6fd Mon Sep 17 00:00:00 2001 From: Geoff Cheshire Date: Sun, 15 Feb 2026 15:33:42 -0500 Subject: [PATCH] fix: restore correct metric for Smoothing Pool Balance dashboard panel Panel 250 ("Smoothing Pool Balance") was accidentally changed to use rocketpool_demand_deposit_pool_balance (the deposit pool metric) in v1.4.0. Restore it to rocketpool_smoothing_pool_eth_balance, which was correct in v1.3.3 and matches what the smartnode exporter exposes. Panel 160 ("Staking Pool Balance") correctly continues to use rocketpool_demand_deposit_pool_balance for the deposit pool. --- .../assets/install/dashboards/Rocket Pool Dashboard v1.4.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.0.json b/shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.0.json index 549d40d34..6baea5e4b 100644 --- a/shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.0.json +++ b/shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.0.json @@ -3042,7 +3042,7 @@ }, "editorMode": "code", "exemplar": true, - "expr": "rocketpool_demand_deposit_pool_balance", + "expr": "rocketpool_smoothing_pool_eth_balance", "interval": "", "legendFormat": "", "range": true,