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

Signed-off-by: John Zheng <john.zheng@hp.com>
This commit is contained in:
John Zheng 2025-02-22 02:21:05 +08:00 committed by GitHub
parent b2c3fc5d65
commit 900edbfa48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1260,7 +1260,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "edx8memhpd9tsa"
"uid": "${DS_PROMETHEUS}"
},
"disableTextWrap": false,
"editorMode": "code",
@ -1360,7 +1360,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "edx8memhpd9tsa"
"uid": "${DS_PROMETHEUS}"
},
"disableTextWrap": false,
"editorMode": "code",
@ -1473,7 +1473,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "edx8memhpd9tsa"
"uid": "${DS_PROMETHEUS}"
},
"disableTextWrap": false,
"editorMode": "code",
@ -1523,7 +1523,7 @@
},
"datasource": {
"type": "prometheus",
"uid": "edx8memhpd9tsa"
"uid": "${DS_PROMETHEUS}"
},
"definition": "label_values(model_name)",
"hide": 0,