kubernetes/pkg/scheduler/metrics
Shingo Omura c9c4be66d3 Fix pending_pods, schedule_attempts_total was not recorded
because metric initializations are too early. This causes actual metric
instance become no-op.

modification made in thie commit to make sure actual metric instance won't be no-op metrics:

- re-initialize scheduler/metrics.PodSchedule{Successes, Failure, Errors} after metric creation
- scheduler/metrics.Register() should be called before initializing SchedulingQueue,
2020-01-31 17:03:41 +09:00
..
BUILD Update bazel by hack/update-bazel.sh 2019-09-27 10:18:31 +08:00
metric_recorder_test.go add metrics to record number of pending pods in different queues 2019-04-08 17:51:07 -07:00
metric_recorder.go migrate scheduler metrics endpoint to metrics stability framework 2019-08-28 03:40:43 -07:00
metrics.go Fix pending_pods, schedule_attempts_total was not recorded 2020-01-31 17:03:41 +09:00