fix metrics help comment

pod_start_latency_microseconds is not broken down by podname.
This commit is contained in:
Joonyoung Park 2018-07-13 10:26:35 +09:00
parent bc98f7a5f2
commit e6d02e9410

View File

@ -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(