Merge pull request #2341 from mattbostock/patch-1

Correct notifications_dropped description
This commit is contained in:
Fabian Reinartz 2017-01-16 09:23:46 +01:00 committed by GitHub
commit 022714b60a

View file

@ -118,7 +118,7 @@ func New(o *Options) *Notifier {
Namespace: namespace, Namespace: namespace,
Subsystem: subsystem, Subsystem: subsystem,
Name: "dropped_total", 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{ queueLength: prometheus.NewGauge(prometheus.GaugeOpts{
Namespace: namespace, Namespace: namespace,