From e6d02e94104b7441ce713f8376b2521fe21f5fe5 Mon Sep 17 00:00:00 2001 From: Joonyoung Park Date: Fri, 13 Jul 2018 10:26:35 +0900 Subject: [PATCH] fix metrics help comment pod_start_latency_microseconds is not broken down by podname. --- pkg/kubelet/metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/metrics/metrics.go b/pkg/kubelet/metrics/metrics.go index 058253258e4..8a2e027a285 100644 --- a/pkg/kubelet/metrics/metrics.go +++ b/pkg/kubelet/metrics/metrics.go @@ -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(