We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58f3213 + c2d68de commit 2f6a763Copy full SHA for 2f6a763
pkg/epp/backend/metrics/pod_metrics.go
@@ -32,7 +32,7 @@ import (
32
33
const (
34
fetchMetricsTimeout = 5 * time.Second
35
- roleLabel = "llmd.org/role"
+ roleLabel = "llm-d.ai/role"
36
rolePrefill = "prefill"
37
roleDecode = "decode"
38
roleBoth = "both"
0 commit comments