Unverified Commit 900edbfa authored by John Zheng's avatar John Zheng Committed by GitHub
Browse files

fix typo of grafana dashboard, with correct datasource (#13668)


Signed-off-by: default avatarJohn Zheng <john.zheng@hp.com>
parent b2c3fc5d
...@@ -1260,7 +1260,7 @@ ...@@ -1260,7 +1260,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "edx8memhpd9tsa" "uid": "${DS_PROMETHEUS}"
}, },
"disableTextWrap": false, "disableTextWrap": false,
"editorMode": "code", "editorMode": "code",
...@@ -1360,7 +1360,7 @@ ...@@ -1360,7 +1360,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "edx8memhpd9tsa" "uid": "${DS_PROMETHEUS}"
}, },
"disableTextWrap": false, "disableTextWrap": false,
"editorMode": "code", "editorMode": "code",
...@@ -1473,7 +1473,7 @@ ...@@ -1473,7 +1473,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "edx8memhpd9tsa" "uid": "${DS_PROMETHEUS}"
}, },
"disableTextWrap": false, "disableTextWrap": false,
"editorMode": "code", "editorMode": "code",
...@@ -1523,7 +1523,7 @@ ...@@ -1523,7 +1523,7 @@
}, },
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "edx8memhpd9tsa" "uid": "${DS_PROMETHEUS}"
}, },
"definition": "label_values(model_name)", "definition": "label_values(model_name)",
"hide": 0, "hide": 0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment