Skip to content

Commit

Permalink
[FEAT] Add missing integrations to notify metrics (prometheus#3480)
Browse files Browse the repository at this point in the history
Signed-off-by: rita.canavarro <[email protected]>
  • Loading branch information
ritaCanavarro authored Aug 24, 2023
1 parent d7b4f0c commit 9063957
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notify/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ func NewMetrics(r prometheus.Registerer) *Metrics {
"victorops",
"sns",
"telegram",
"discord",
"webex",
"msteams",
} {
m.numNotifications.WithLabelValues(integration)
m.numNotificationRequestsTotal.WithLabelValues(integration)
Expand Down

0 comments on commit 9063957

Please sign in to comment.