File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
staging/src/k8s.io/component-base/metrics/testutil Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ var (
145
145
PreemptionAttempts = metrics .NewCounter (
146
146
& metrics.CounterOpts {
147
147
Subsystem : SchedulerSubsystem ,
148
- Name : "total_preemption_attempts " ,
148
+ Name : "preemption_attempts_total " ,
149
149
Help : "Total preemption attempts in the cluster till now" ,
150
150
StabilityLevel : metrics .ALPHA ,
151
151
})
Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ var exceptionMetrics = []string{
53
53
// kube-proxy
54
54
"kubernetes_build_info" ,
55
55
56
- // kube-scheduler
57
- "scheduler_total_preemption_attempts" ,
58
-
59
56
// kubelet-resource-v1alpha1
60
57
"container_cpu_usage_seconds_total" ,
61
58
"node_cpu_usage_seconds_total" ,
You can’t perform that action at this time.
0 commit comments