mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
address review comments
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
parent
b883f6826b
commit
0d4b6e4e66
|
@ -147,7 +147,7 @@ var (
|
||||||
clientGoWorkqueueLongestRunningProcessorMetricVec = prometheus.NewGaugeVec(
|
clientGoWorkqueueLongestRunningProcessorMetricVec = prometheus.NewGaugeVec(
|
||||||
prometheus.GaugeOpts{
|
prometheus.GaugeOpts{
|
||||||
Namespace: workqueueMetricsNamespace,
|
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.",
|
Help: "The duration (in microseconds) of the longest running processor in the work queue.",
|
||||||
},
|
},
|
||||||
[]string{"queue_name"},
|
[]string{"queue_name"},
|
||||||
|
|
Loading…
Reference in a new issue