mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 22:19:40 -08:00
Merge pull request #2341 from mattbostock/patch-1
Correct notifications_dropped description
This commit is contained in:
commit
022714b60a
|
@ -118,7 +118,7 @@ func New(o *Options) *Notifier {
|
|||
Namespace: namespace,
|
||||
Subsystem: subsystem,
|
||||
Name: "dropped_total",
|
||||
Help: "Total number of alerts dropped due to alert manager missing in configuration.",
|
||||
Help: "Total number of alerts dropped due to errors when sending to Alertmanager.",
|
||||
}),
|
||||
queueLength: prometheus.NewGauge(prometheus.GaugeOpts{
|
||||
Namespace: namespace,
|
||||
|
|
Loading…
Reference in a new issue