From 3b4e5e8be62a7aa873778d0f805185eb46eb7db2 Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Tue, 13 Jan 2015 18:47:51 +0100 Subject: [PATCH] Improve help string. --- notification/notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification/notification.go b/notification/notification.go index 10952350dc..d27c2feeb6 100644 --- a/notification/notification.go +++ b/notification/notification.go @@ -116,7 +116,7 @@ func NewNotificationHandler(alertmanagerURL string, notificationQueueCapacity in Namespace: namespace, Subsystem: subsystem, Name: "dropped_total", - Help: "Total number of dropped alert notifications.", + Help: "Total number of alert notifications dropped due to alert manager missing in configuration.", }), notificationsQueueLength: prometheus.NewGauge(prometheus.GaugeOpts{ Namespace: namespace,