mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 01:08:55 +00:00
Merge pull request #109546 from sanposhiho/replace-metrics
Replace scheduler_e2e_scheduling_duration_seconds with scheduler_scheduling_attempt_duration_seconds in scheduler_perf
This commit is contained in:
@@ -78,8 +78,8 @@ var (
|
|||||||
label: extensionPointsLabelName,
|
label: extensionPointsLabelName,
|
||||||
values: []string{"Filter", "Score"},
|
values: []string{"Filter", "Score"},
|
||||||
},
|
},
|
||||||
"scheduler_e2e_scheduling_duration_seconds": nil,
|
"scheduler_scheduling_attempt_duration_seconds": nil,
|
||||||
"scheduler_pod_scheduling_duration_seconds": nil,
|
"scheduler_pod_scheduling_duration_seconds": nil,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user