Files
kubernetes/pkg/scheduler
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
..
2019-11-05 20:57:21 -08:00
2020-01-22 14:13:33 -05:00
2019-12-07 08:27:06 +08:00
2020-01-22 14:13:33 -05:00
2020-01-22 14:13:33 -05:00
2020-01-22 14:13:33 -05:00
2019-02-23 10:28:04 +08:00