Skip to content

Commit

Permalink
Merge pull request prometheus#3516 from prometheus/remove-duplicate-m…
Browse files Browse the repository at this point in the history
…steams-integration

Remove duplicate integration from metrics
  • Loading branch information
simonpasquier authored Sep 8, 2023
2 parents 5906dbc + eef3708 commit aa3e345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notify/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit aa3e345

Please sign in to comment.