Browse Source

address review comments

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

2
discovery/kubernetes/client_metrics.go

@ -147,7 +147,7 @@ var (
clientGoWorkqueueLongestRunningProcessorMetricVec = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: workqueueMetricsNamespace,
Name: "longest_running_processor_micro_seconds",
Name: "longest_running_processor_seconds",
Help: "The duration (in microseconds) of the longest running processor in the work queue.",
},
[]string{"queue_name"},

Loading…
Cancel
Save