mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
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:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user