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
1 changed files with 1 additions and 1 deletions

View File

@ -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,