Merge pull request #416 from L3o-pold/main

Fix datasource for cluster Grafana dashboard
This commit is contained in:
Stefan Prodan 2020-11-03 19:30:51 +02:00 committed by GitHub
commit b88a99347b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {