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)