# Functions
ActivePods returns the pending pods metrics with the label active.
BackoffPods returns the pending pods metrics with the label backoff.
GetGather returns the gatherer.
NewActivePodsRecorder returns ActivePods in a Prometheus metric fashion.
NewBackoffPodsRecorder returns BackoffPods in a Prometheus metric fashion.
NewUnschedulablePodsRecorder returns UnschedulablePods in a Prometheus metric fashion.
Register all metrics.
Reset resets metrics.
SinceInMicroseconds gets the time since the specified start in microseconds.
SinceInSeconds gets the time since the specified start in seconds.
UnschedulablePods returns the pending pods metrics with the label unschedulable.
# Constants
Binding - binding operation label value.
DeprecatedSchedulingLatencyName - scheduler latency metric name which is deprecated.
OperationLabel - operation label name.
PredicateEvaluation - predicate evaluation operation label value.
PreemptionEvaluation - preemption evaluation operation label value (occurs in case of scheduling fitError).
PriorityEvaluation - priority evaluation operation label value.
SchedulerSubsystem - subsystem name used by scheduler.
SchedulingLatencyName - scheduler latency metric name.
# Variables
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
PodScheduleErrors counts how many pods could not be scheduled due to a scheduler error.
PodScheduleFailures counts how many pods could not be scheduled.
PodScheduleSuccesses counts how many pods were scheduled.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
All the histogram based metrics have 1ms as size for the smallest bucket.
# Structs
PendingPodsRecorder is an implementation of MetricRecorder.
# Interfaces
MetricRecorder represents a metric recorder which takes action when the metric Inc(), Dec() and Clear().