Browse Source

Merge pull request #2341 from mattbostock/patch-1

Correct notifications_dropped description
pull/2345/head
Fabian Reinartz 8 years ago committed by GitHub
parent
commit
022714b60a
  1. 2
      notifier/notifier.go

2
notifier/notifier.go

@ -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…
Cancel
Save