Skip to content

Commit 900edbf

Browse files
fix typo of grafana dashboard, with correct datasource (#13668)
Signed-off-by: John Zheng <john.zheng@hp.com>
1 parent b2c3fc5 commit 900edbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/online_serving/prometheus_grafana/grafana.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@
12601260
{
12611261
"datasource": {
12621262
"type": "prometheus",
1263-
"uid": "edx8memhpd9tsa"
1263+
"uid": "${DS_PROMETHEUS}"
12641264
},
12651265
"disableTextWrap": false,
12661266
"editorMode": "code",
@@ -1360,7 +1360,7 @@
13601360
{
13611361
"datasource": {
13621362
"type": "prometheus",
1363-
"uid": "edx8memhpd9tsa"
1363+
"uid": "${DS_PROMETHEUS}"
13641364
},
13651365
"disableTextWrap": false,
13661366
"editorMode": "code",
@@ -1473,7 +1473,7 @@
14731473
{
14741474
"datasource": {
14751475
"type": "prometheus",
1476-
"uid": "edx8memhpd9tsa"
1476+
"uid": "${DS_PROMETHEUS}"
14771477
},
14781478
"disableTextWrap": false,
14791479
"editorMode": "code",
@@ -1523,7 +1523,7 @@
15231523
},
15241524
"datasource": {
15251525
"type": "prometheus",
1526-
"uid": "edx8memhpd9tsa"
1526+
"uid": "${DS_PROMETHEUS}"
15271527
},
15281528
"definition": "label_values(model_name)",
15291529
"hide": 0,

0 commit comments

Comments
 (0)