Skip to content

Commit

Permalink
Merge 99dbcf5 into daf2f28
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Sep 7, 2022
2 parents daf2f28 + 99dbcf5 commit b7be350
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 145 deletions.
47 changes: 18 additions & 29 deletions dashboards/lodestar_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": null,
"iteration": 1661342623200,
"iteration": 1662553761426,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -1273,7 +1273,7 @@
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisLabel": "GWei",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
Expand Down Expand Up @@ -1316,30 +1316,7 @@
},
"unit": "none"
},
"overrides": [
{
"__systemRef": "hideSeriesFrom",
"matcher": {
"id": "byNames",
"options": {
"mode": "exclude",
"names": ["aggregates"],
"prefix": "All except:",
"readOnly": true
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": false,
"tooltip": false,
"viz": true
}
}
]
}
]
"overrides": []
},
"gridPos": {
"h": 5,
Expand Down Expand Up @@ -1370,8 +1347,20 @@
"expr": "avg(\n delta(validator_monitor_prev_epoch_on_chain_balance_total[32m])\n)",
"hide": false,
"interval": "",
"legendFormat": "aggregates",
"legendFormat": "balance_delta",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"exemplar": false,
"expr": "avg(\n delta(validator_monitor_prev_epoch_on_chain_balance[32m])\n)",
"hide": false,
"interval": "",
"legendFormat": "balance_delta_new",
"refId": "B"
}
],
"title": "balance delta prev epoch",
Expand Down Expand Up @@ -2724,7 +2713,7 @@
"auto_count": 30,
"auto_min": "10s",
"current": {
"selected": true,
"selected": false,
"text": "6h",
"value": "6h"
},
Expand Down Expand Up @@ -2824,6 +2813,6 @@
"timezone": "",
"title": "Lodestar",
"uid": "lodestar",
"version": 1,
"version": 7,
"weekStart": ""
}

0 comments on commit b7be350

Please sign in to comment.