diff --git a/notify/notify.go b/notify/notify.go index 0364a049..b5df8796 100644 --- a/notify/notify.go +++ b/notify/notify.go @@ -292,6 +292,9 @@ func NewMetrics(r prometheus.Registerer) *Metrics { "victorops", "sns", "telegram", + "discord", + "webex", + "msteams", } { m.numNotifications.WithLabelValues(integration) m.numNotificationRequestsTotal.WithLabelValues(integration)