mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-09 11:29:06 +08:00
[Bugfix] Fix grafana's model_name list showing other values
Signed-off-by: Kebe <mail@kebe7jun.com>
This commit is contained in:
parent
5da4f5d857
commit
28a8bc0a13
@ -1495,7 +1495,7 @@
|
|||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "${DS_PROMETHEUS}"
|
"uid": "${DS_PROMETHEUS}"
|
||||||
},
|
},
|
||||||
"definition": "label_values(model_name)",
|
"definition": "label_values({__name__=~\"vllm:.*\"},model_name)",
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
"label": "model_name",
|
"label": "model_name",
|
||||||
@ -1503,7 +1503,7 @@
|
|||||||
"name": "model_name",
|
"name": "model_name",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": {
|
"query": {
|
||||||
"query": "label_values(model_name)",
|
"query": "label_values({__name__=~\"vllm:.*\"},model_name)",
|
||||||
"refId": "StandardVariableQuery"
|
"refId": "StandardVariableQuery"
|
||||||
},
|
},
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user