package metrics
import "k8s.io/kubernetes/plugin/pkg/scheduler/metrics"
Index ¶
Variables ¶
var ( E2eSchedulingLatency = prometheus.NewSummary( prometheus.SummaryOpts{ Subsystem: schedulerSubsystem, Name: "e2e_scheduling_latency_microseconds", Help: "E2e scheduling latency (scheduling algorithm + binding)", }, ) SchedulingAlgorithmLatency = prometheus.NewSummary( prometheus.SummaryOpts{ Subsystem: schedulerSubsystem, Name: "scheduling_algorithm_latency_microseconds", Help: "Scheduling algorithm latency", }, ) BindingLatency = prometheus.NewSummary( prometheus.SummaryOpts{ Subsystem: schedulerSubsystem, Name: "binding_latency_microseconds", Help: "Binding latency", }, ) )
Functions ¶
func Register ¶
func Register()
Register all metrics.
func SinceInMicroseconds ¶
Gets the time since the specified start in microseconds.
Source Files ¶
metrics.go
- Version
- v1.1.8
- Published
- Feb 23, 2016
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 5 seconds ago –
Tools for package owners.