Merge pull request #96447 from chendave/bind_postfilter

Remove the deprecated metrics from scheduler
This commit is contained in:
Kubernetes Prow Robot
2020-12-14 06:31:28 -08:00
committed by GitHub
4 changed files with 2 additions and 31 deletions

View File

@@ -51,9 +51,7 @@ var (
Metrics: []string{
"scheduler_scheduling_algorithm_predicate_evaluation_seconds",
"scheduler_scheduling_algorithm_priority_evaluation_seconds",
"scheduler_binding_duration_seconds",
"scheduler_e2e_scheduling_duration_seconds",
"scheduler_scheduling_algorithm_preemption_evaluation_seconds",
"scheduler_pod_scheduling_duration_seconds",
},
}