Skip to content

Commit

Permalink
Update metric name to match latest vLLM changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored May 9, 2024
1 parent e8034a3 commit 11a5575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/api/config-map-grafana-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ data:
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum by (container, namespace, method, path) (rate(requests_total_counter[1m]))",
"expr": "sum by (container, namespace, method, path) (rate(vllm:request_success_total[1m]))",
"instant": false,
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -726,4 +726,4 @@ data:
"version": 1,
"weekStart": ""
}
{{- end -}}
{{- end -}}

0 comments on commit 11a5575

Please sign in to comment.