Skip to content

Commit f27f27f

Browse files
authored
Merge pull request #1221 from rocket-pool/grafana-add-megapool-refund
Add megapool refund tile to the v1.4.2 dashboard
2 parents 13c9cfb + 40bdd79 commit f27f27f

1 file changed

Lines changed: 67 additions & 2 deletions

File tree

shared/services/rocketpool/assets/install/dashboards/Rocket Pool Dashboard v1.4.2.json

Lines changed: 67 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"fiscalYearStartMonth": 0,
2727
"gnetId": 18391,
2828
"graphTooltip": 0,
29-
"id": 10,
29+
"id": null,
3030
"links": [],
3131
"liveNow": false,
3232
"panels": [
@@ -3304,7 +3304,7 @@
33043304
"overrides": []
33053305
},
33063306
"gridPos": {
3307-
"h": 10,
3307+
"h": 7,
33083308
"w": 3,
33093309
"x": 19,
33103310
"y": 40
@@ -5335,6 +5335,71 @@
53355335
],
53365336
"title": "Your Active Megapool Validators",
53375337
"type": "stat"
5338+
},
5339+
{
5340+
"datasource": {
5341+
"type": "prometheus",
5342+
"uid": "PBFA97CFB590B2093"
5343+
},
5344+
"description": "ETH owed to you from your megapool (reward distributions and dissolved-validator bond returns). Already claimable now - use 'rocketpool megapool claim'.",
5345+
"fieldConfig": {
5346+
"defaults": {
5347+
"color": {
5348+
"mode": "thresholds"
5349+
},
5350+
"decimals": 2,
5351+
"mappings": [],
5352+
"thresholds": {
5353+
"mode": "absolute",
5354+
"steps": [
5355+
{
5356+
"color": "blue"
5357+
}
5358+
]
5359+
},
5360+
"unit": "ETH"
5361+
},
5362+
"overrides": []
5363+
},
5364+
"gridPos": {
5365+
"h": 3,
5366+
"w": 3,
5367+
"x": 19,
5368+
"y": 47
5369+
},
5370+
"id": 278,
5371+
"options": {
5372+
"colorMode": "value",
5373+
"graphMode": "none",
5374+
"justifyMode": "auto",
5375+
"orientation": "auto",
5376+
"reduceOptions": {
5377+
"calcs": [
5378+
"lastNotNull"
5379+
],
5380+
"fields": "",
5381+
"values": false
5382+
},
5383+
"text": {},
5384+
"textMode": "auto"
5385+
},
5386+
"pluginVersion": "9.5.18",
5387+
"targets": [
5388+
{
5389+
"datasource": {
5390+
"type": "prometheus",
5391+
"uid": "PBFA97CFB590B2093"
5392+
},
5393+
"editorMode": "code",
5394+
"expr": "rocketpool_node_megapool_refund_value{job=\"rocketpool\"}",
5395+
"hide": false,
5396+
"legendFormat": "",
5397+
"range": true,
5398+
"refId": "A"
5399+
}
5400+
],
5401+
"title": "Megapool Refund",
5402+
"type": "stat"
53385403
}
53395404
],
53405405
"refresh": "30s",

0 commit comments

Comments
 (0)