We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb079af + 6f9794d commit b467072Copy full SHA for b467072
pkg/scheduler/metrics/metrics.go
@@ -126,7 +126,7 @@ var (
126
PreemptionVictims = metrics.NewHistogram(
127
&metrics.HistogramOpts{
128
Subsystem: SchedulerSubsystem,
129
- Name: "pod_preemption_victims",
+ Name: "preemption_victims",
130
Help: "Number of selected preemption victims",
131
// we think #victims>50 is pretty rare, therefore [50, +Inf) is considered a single bucket.
132
Buckets: metrics.LinearBuckets(5, 5, 10),
0 commit comments