Merge pull request #112004 from sanposhiho/scheduler/remove-outdated-comments

cleanup(scheduler): remove outdated comments on metrics package
This commit is contained in:
Kubernetes Prow Robot 2022-08-31 12:29:06 -07:00 committed by GitHub
commit 473229acf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,12 @@ import (
const (
// SchedulerSubsystem - subsystem name used by scheduler
SchedulerSubsystem = "scheduler"
// Below are possible values for the operation label. Each represents a substep of e2e scheduling:
// Below are possible values for the work label.
// PrioritizingExtender - prioritizing extender operation label value
// PrioritizingExtender - prioritizing extender work label value
PrioritizingExtender = "prioritizing_extender"
// Binding - binding operation label value
// Binding - binding work label value
Binding = "binding"
// E2eScheduling - e2e scheduling operation label value
)
// All the histogram based metrics have 1ms as size for the smallest bucket.