mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
Improve help string.
This commit is contained in:
parent
ae70eac97d
commit
3b4e5e8be6
|
@ -116,7 +116,7 @@ func NewNotificationHandler(alertmanagerURL string, notificationQueueCapacity in
|
||||||
Namespace: namespace,
|
Namespace: namespace,
|
||||||
Subsystem: subsystem,
|
Subsystem: subsystem,
|
||||||
Name: "dropped_total",
|
Name: "dropped_total",
|
||||||
Help: "Total number of dropped alert notifications.",
|
Help: "Total number of alert notifications dropped due to alert manager missing in configuration.",
|
||||||
}),
|
}),
|
||||||
notificationsQueueLength: prometheus.NewGauge(prometheus.GaugeOpts{
|
notificationsQueueLength: prometheus.NewGauge(prometheus.GaugeOpts{
|
||||||
Namespace: namespace,
|
Namespace: namespace,
|
||||||
|
|
Loading…
Reference in a new issue