From edf6a318d785a99563bd539897b62d42302b4054 Mon Sep 17 00:00:00 2001 From: Yijie Qin Date: Thu, 3 Nov 2022 10:19:13 -0700 Subject: [PATCH] remove unnessary line --- notify/notify.go | 1 - 1 file changed, 1 deletion(-) diff --git a/notify/notify.go b/notify/notify.go index c47372854b..d69c5fd136 100644 --- a/notify/notify.go +++ b/notify/notify.go @@ -296,7 +296,6 @@ func NewMetrics(r prometheus.Registerer) *Metrics { "telegram", } { m.numNotifications.WithLabelValues(integration) - m.numTotalFailedNotifications.WithLabelValues(integration, "") m.numNotificationRequestsTotal.WithLabelValues(integration) m.numNotificationRequestsFailedTotal.WithLabelValues(integration) m.notificationLatencySeconds.WithLabelValues(integration)