Merge pull request #416 from L3o-pold/main

Fix datasource for cluster Grafana dashboard
pull/419/head
Stefan Prodan 5 years ago committed by GitHub
commit b88a99347b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -387,7 +387,7 @@
"type": "row" "type": "row"
}, },
{ {
"datasource": null, "datasource": "${DS_PROMETHEUS}",
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
@ -499,7 +499,7 @@
"type": "table" "type": "table"
}, },
{ {
"datasource": null, "datasource": "${DS_PROMETHEUS}",
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {

Loading…
Cancel
Save