mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +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{
|
||||
Subsystem: KubeletSubsystem,
|
||||
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(
|
||||
|
Reference in New Issue
Block a user