From eef37089252dce09869703434129515a850363e1 Mon Sep 17 00:00:00 2001 From: gotjosh Date: Fri, 8 Sep 2023 15:26:36 +0100 Subject: [PATCH] Remove duplicate integration from metrics This is harmless as the vector won't be duplicated but let's remove it anyways. Signed-off-by: gotjosh --- notify/notify.go | 1 - 1 file changed, 1 deletion(-) diff --git a/notify/notify.go b/notify/notify.go index 773fdbce2c..11ddfba536 100644 --- a/notify/notify.go +++ b/notify/notify.go @@ -332,7 +332,6 @@ func (m *Metrics) InitializeFor(receiver map[string][]Integration) { // When the feature flag is not enabled, we just carry on registering _all_ the integrations. for _, integration := range []string{ "email", - "msteams", "pagerduty", "wechat", "pushover",