Skip to content

Commit

Permalink
remove unnessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxx108 committed Nov 3, 2022
1 parent adf583d commit edf6a31
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 @@ -296,7 +296,6 @@ func NewMetrics(r prometheus.Registerer) *Metrics {
"telegram",
} {
m.numNotifications.WithLabelValues(integration)
m.numTotalFailedNotifications.WithLabelValues(integration, "")
m.numNotificationRequestsTotal.WithLabelValues(integration)
m.numNotificationRequestsFailedTotal.WithLabelValues(integration)
m.notificationLatencySeconds.WithLabelValues(integration)
Expand Down

0 comments on commit edf6a31

Please sign in to comment.