diff --git a/shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.2.json b/shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.2.json index beeb6237e..6980d1a2a 100644 --- a/shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.2.json +++ b/shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.2.json @@ -26,7 +26,7 @@ "fiscalYearStartMonth": 0, "gnetId": 18391, "graphTooltip": 0, - "id": 10, + "id": null, "links": [], "liveNow": false, "panels": [ @@ -3304,7 +3304,7 @@ "overrides": [] }, "gridPos": { - "h": 10, + "h": 7, "w": 3, "x": 19, "y": 40 @@ -5335,6 +5335,71 @@ ], "title": "Your Active Megapool Validators", "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "PBFA97CFB590B2093" + }, + "description": "ETH owed to you from your megapool (reward distributions and dissolved-validator bond returns). Already claimable now - use 'rocketpool megapool claim'.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "decimals": 2, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "blue" + } + ] + }, + "unit": "ETH" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 3, + "x": 19, + "y": 47 + }, + "id": 278, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "9.5.18", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "PBFA97CFB590B2093" + }, + "editorMode": "code", + "expr": "rocketpool_node_megapool_refund_value{job=\"rocketpool\"}", + "hide": false, + "legendFormat": "", + "range": true, + "refId": "A" + } + ], + "title": "Megapool Refund", + "type": "stat" } ], "refresh": "30s",