Skip to content

Commit

Permalink
Minor dashboards fixes, grafana update related changes (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored and dapplion committed Feb 28, 2023
1 parent f10a95f commit b735890
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 111 deletions.
10 changes: 5 additions & 5 deletions dashboards/lodestar_block_processor.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus_local"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -897,7 +897,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus_local"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -1902,7 +1902,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus_local"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -3071,7 +3071,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus_local"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -3537,7 +3537,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus_local"
"uid": "${DS_PROMETHEUS}"
},
"gridPos": {
"h": 1,
Expand Down
Loading

0 comments on commit b735890

Please sign in to comment.