Skip to content

fix: create dedicate alert for Alertmanager webhook

Steve Xuereb requested to merge refactor/alertmanager-alerts into master

What

  • Ignore webhook integration for AlertmanagerNotificationsFailing alert.
  • Create a new alert AlertmanagerWebhookNotificationsFailing for webhook integration.

Why

webhook integration is only used for noncritical alerts such as #feed_alerts-general. This can get noisy and non-actionable since sometimes CloudFunctions can timeout, and it's too sensitive, resulting in non-actionable alerts for the on-call.

Looking at the last year this was triggered 31 times, and no action was taken.

Merge request reports