Browse Source

address review comment in client_metrics

Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
pull/4927/head
tariqibrahim 6 years ago
parent
commit
122b47caa0
  1. 2
      discovery/kubernetes/client_metrics.go

2
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"},
)

Loading…
Cancel
Save