Skip to content

Commit b5d189e

Browse files
authored
Merge pull request #25 from stackhpc/fix/requests-metric-name
Update metric name to match latest vLLM changes
2 parents 0eebf2a + 11a5575 commit b5d189e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/templates/api/config-map-grafana-dashboard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ data:
118118
"uid": "prometheus"
119119
},
120120
"editorMode": "code",
121-
"expr": "sum by (container, namespace, method, path) (rate(requests_total_counter[1m]))",
121+
"expr": "sum by (container, namespace, method, path) (rate(vllm:request_success_total[1m]))",
122122
"instant": false,
123123
"legendFormat": "__auto",
124124
"range": true,
@@ -726,4 +726,4 @@ data:
726726
"version": 1,
727727
"weekStart": ""
728728
}
729-
{{- end -}}
729+
{{- end -}}

0 commit comments

Comments
 (0)