Add Webhook
button.
Fill in the details of the webhook and click on the Add Webhook
button.
POST
Content-Type
header is added by default with the value application/json
. You can add more headers by clicking on the Add Header
button.$alert_name
: The name of the alert$alert_description
: The description of the alert$environment
: [Deprecated - use $attributes
instead] Environment context of the alert. It’s set for Kubernetes and Log alerts only or if the alert has a group by with environment
$service
: [Deprecated - use $attributes
instead] The service associated with the alert. It’s set for Kubernetes and Log alerts only or if the alert has a group by with service.name
/service_name
/client.service.name
/server.service.name
.$fired_at
: Unix Timestamp when alert was fired$resolved_at
: Unix Timestamp when alert was resolved/recovered.$breaching_datapoint_value
: The last metric/trace value that triggered the alert. It’s set for Trace and Metric alerts only.$breaching_datapoint_time
: Unix Timestamp of the last breaching value. It’s set for Trace and Metric alerts only.$metric_name
: Name of the metric that triggered the alert. It’s set for Trace and Metric alerts only.$attributes
: A map of attributes associated with the firing alert. Only set if the alert has a group by.Content-Type
header in the headers section with the appropriate value.