Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QueueWaitTime = prometheus.NewSummary( prometheus.SummaryOpts{ Subsystem: schedulerSubsystem, Name: "queue_wait_time_microseconds", Help: "Launch queue wait time in microseconds", }, ) BindLatency = prometheus.NewSummary( prometheus.SummaryOpts{ Subsystem: schedulerSubsystem, Name: "bind_latency_microseconds", Help: "Latency in microseconds between pod-task launch and pod binding.", }, ) )
Functions ¶
func InMicroseconds ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.