package prometheus
import "k8s.io/kubernetes/pkg/util/workqueue/prometheus"
Index ¶
Constants ¶
const ( WorkQueueSubsystem = "workqueue" DepthKey = "depth" AddsKey = "adds_total" QueueLatencyKey = "queue_duration_seconds" WorkDurationKey = "work_duration_seconds" UnfinishedWorkKey = "unfinished_work_seconds" LongestRunningProcessorKey = "longest_running_processor_seconds" RetriesKey = "retries_total" )
Metrics subsystem and keys used by the workqueue.
Source Files ¶
prometheus.go
- Version
- v1.14.8
- Published
- Oct 12, 2019
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 36 seconds ago –
Tools for package owners.