Replace scheduler_e2e_scheduling_duration_seconds with scheduler_scheduling_attempt_duration_seconds in scheduler_perf

This commit is contained in:
sanposhiho 2022-04-20 00:48:12 +09:00
parent a750d8054a
commit 6e0da69632

View File

@ -77,8 +77,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,
}, },
} }
) )