diff --git a/discovery/kubernetes/client_metrics.go b/discovery/kubernetes/client_metrics.go index a6be120c6f..a221868795 100644 --- a/discovery/kubernetes/client_metrics.go +++ b/discovery/kubernetes/client_metrics.go @@ -148,7 +148,7 @@ var ( prometheus.GaugeOpts{ Namespace: workqueueMetricsNamespace, Name: "longest_running_processor_seconds", - Help: "The duration (in microseconds) of the longest running processor in the work queue.", + Help: "Duration of the longest running processor in the work queue.", }, []string{"queue_name"}, )