prometheus/notifier
Matt Bostock 4160892109 Correct notifications_dropped description
The current description does not accurately describe when the metric is incremented.

Aside from Alertmanger missing from the configuration, `prometheus_notifications_dropped_total` is incremented when errors occur while sending alert notifications to Alertmanager, or because the notifications queue is full, or because the number of notifications to be sent exceeds the queue capacity.

I think calling these cases 'errors' in a generic sense is more useful than the current description.
2017-01-13 23:36:00 +00:00
..
notifier.go Correct notifications_dropped description 2017-01-13 23:36:00 +00:00
notifier_test.go notifier: extract alertmanager into interface 2016-11-25 11:19:43 +01:00