Remove the deprecated metrics from scheduler

Deprecated metrics are removed and suggest to use the Histogram
metrics got from scheduler extension points.

Signed-off-by: Dave Chen <dave.chen@arm.com>
Co-authored-by: wawa0210 <xiaozhang0210@hotmail.com>
This commit is contained in:
Dave Chen
2020-11-11 14:39:28 +08:00
parent 1cd2ed816a
commit 5144e2ec78
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",
},
}