mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
address review comment in client_metrics
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
parent
1e4e4c46ba
commit
122b47caa0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue