mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fix metrics help comment
pod_start_latency_microseconds is not broken down by podname.
This commit is contained in:
parent
bc98f7a5f2
commit
e6d02e9410
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user