mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-25 04:34:40 +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",
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"definition": "label_values(model_name)",
|
||||
"definition": "label_values({__name__=~\"vllm:.*\"},model_name)",
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": "model_name",
|
||||
@ -1503,7 +1503,7 @@
|
||||
"name": "model_name",
|
||||
"options": [],
|
||||
"query": {
|
||||
"query": "label_values(model_name)",
|
||||
"query": "label_values({__name__=~\"vllm:.*\"},model_name)",
|
||||
"refId": "StandardVariableQuery"
|
||||
},
|
||||
"refresh": 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user