Merge pull request #3516 from prometheus/remove-duplicate-msteams-integration

Remove duplicate integration from metrics
This commit is contained in:
Simon Pasquier 2023-09-08 17:01:13 +02:00 committed by GitHub
commit aa3e345017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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",