Skip to content

Commit 5325b41

Browse files
committed
typo in metric name
Signed-off-by: Maya Barnea <[email protected]>
1 parent 1876128 commit 5325b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/llm-d-inference-sim/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func (s *VllmSimulator) createAndRegisterPrometheus() error {
174174
s.metrics.reqDecodeTime = prometheus.NewHistogramVec(
175175
prometheus.HistogramOpts{
176176
Subsystem: "",
177-
Name: "vllm:request_queue_time_seconds",
177+
Name: "vllm:request_decode_time_seconds",
178178
Help: "Histogram of time spent in DECODE phase for request.",
179179
Buckets: common.RequestLatencyBucketsBoundaries,
180180
},

0 commit comments

Comments
 (0)