address review comments

Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
pull/4927/head
tariqibrahim 6 years ago
parent b883f6826b
commit 0d4b6e4e66

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