Skip to content
Snippets Groups Projects
Unverified Commit b88a9934 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #416 from L3o-pold/main

Fix datasource for cluster Grafana dashboard
parents 3cbe3aab 344a909d
No related branches found
No related tags found
No related merge requests found
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
"type": "row" "type": "row"
}, },
{ {
"datasource": null, "datasource": "${DS_PROMETHEUS}",
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
...@@ -499,7 +499,7 @@ ...@@ -499,7 +499,7 @@
"type": "table" "type": "table"
}, },
{ {
"datasource": null, "datasource": "${DS_PROMETHEUS}",
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment