Configure where and how your alerts are delivered, including recovery notifications
Navigate to Alert Configuration
Add Destination
Choose Destination Type
Configure Settings
Save Configuration
Alert destination selector interface
Multiple destinations configured for comprehensive alerting
Benefits of Recovery Notifications
How It Works
$alert_uuid
and $alert_state
variable in your webhook payload to differentiate between firing and resolved states for the same alert.$fire_alert_uuid
variable in your webhook payload to differentiate between different firing instances of the same alert.
This is useful is you have a group by
in your alert configuration because alerts with a group by
can have multiple firing instances.
For example, if you have an alert that is grouped by with service.name
, each service will have its own firing instance with a unique $fire_alert_uuid
.Add a Slack Destination
Enable Recovery Notifications
Webhook recovery notification configuration showing both firing and resolved webhook options
alert_state
field is critical for distinguishing between trigger and recovery notifications. Always validate this field in your webhook handler.envrionment=metoro-internal
and service.name=metoro-webhooks
to see webhook notifications that are successfully sent or failed with errors.
Configured Webhook Payload is not sent
Authentication Errors