kubernetes/pkg/scheduler/metrics
Jonathan Basseri b0a8dbbc9d Add scheduler throughput metric.
This adds a counter to the scheduler that can be used to calculate
throughput and error ratio. Pods which fail to schedule are not counted
as errors, but can still be tracked separately from successes.

We already measure scheduler latency, but throughput was missing. This
should be considered a key metric for the scheduler.
2018-09-24 14:38:39 -07:00
..
BUILD Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
metrics.go Add scheduler throughput metric. 2018-09-24 14:38:39 -07:00