Files
kubernetes/pkg
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
..
2020-01-06 08:50:04 -08:00
2020-01-07 11:39:58 +08:00
2020-01-29 08:50:45 -08:00
2019-08-26 09:25:39 +08:00
2019-12-13 11:56:29 -05:00