address review comments

Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
tariqibrahim 2018-12-18 08:14:30 -08:00
parent b883f6826b
commit 0d4b6e4e66
1 changed files with 1 additions and 1 deletions

View File

@ -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"},