mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
fix metrics help comment
pod_start_latency_microseconds is not broken down by podname.
This commit is contained in:
@@ -84,7 +84,7 @@ var (
|
|||||||
prometheus.SummaryOpts{
|
prometheus.SummaryOpts{
|
||||||
Subsystem: KubeletSubsystem,
|
Subsystem: KubeletSubsystem,
|
||||||
Name: PodStartLatencyKey,
|
Name: PodStartLatencyKey,
|
||||||
Help: "Latency in microseconds for a single pod to go from pending to running. Broken down by podname.",
|
Help: "Latency in microseconds for a single pod to go from pending to running.",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
CgroupManagerLatency = prometheus.NewSummaryVec(
|
CgroupManagerLatency = prometheus.NewSummaryVec(
|
||||||
|
Reference in New Issue
Block a user