Skip to content

Commit c2d68de

Browse files
committed
Update pod labels to match ModelService
Signed-off-by: Jing Chen <[email protected]>
1 parent 58f3213 commit c2d68de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/backend/metrics/pod_metrics.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232

3333
const (
3434
fetchMetricsTimeout = 5 * time.Second
35-
roleLabel = "llmd.org/role"
35+
roleLabel = "llm-d.ai/role"
3636
rolePrefill = "prefill"
3737
roleDecode = "decode"
3838
roleBoth = "both"

0 commit comments

Comments
 (0)