[FEAT] Add missing integrations to notify metrics (#3480)
Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
This commit is contained in:
parent
d7b4f0c732
commit
9063957924
|
@ -292,6 +292,9 @@ func NewMetrics(r prometheus.Registerer) *Metrics {
|
|||
"victorops",
|
||||
"sns",
|
||||
"telegram",
|
||||
"discord",
|
||||
"webex",
|
||||
"msteams",
|
||||
} {
|
||||
m.numNotifications.WithLabelValues(integration)
|
||||
m.numNotificationRequestsTotal.WithLabelValues(integration)
|
||||
|
|
Loading…
Reference in New Issue