[FEAT] Add missing integrations to notify metrics (#3480)

Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
This commit is contained in:
Rita Canavarro 2023-08-24 21:20:42 +01:00 committed by GitHub
parent d7b4f0c732
commit 9063957924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ func NewMetrics(r prometheus.Registerer) *Metrics {
"victorops",
"sns",
"telegram",
"discord",
"webex",
"msteams",
} {
m.numNotifications.WithLabelValues(integration)
m.numNotificationRequestsTotal.WithLabelValues(integration)