Severity and state mappings for Airbrake
Alert priority and resolution state mapping between Airbrake and Incident Response.
Airbrake alert priority mapping
Airbrake's alert priority is based on one field in the payload.
The field of interest is alert_severity
.
Airbrake payload field | Airbrake payload value | Incident Response alert priority value |
---|---|---|
alert_severity | emergency | P1-Critical |
alert | P2-High | |
critical | P2-High | |
error | P2-High | |
warning | P4-Low | |
notice | P4-Low | |
info | P5-Informational | |
debug | P5-Informational |
Airbrake resolution state mapping
Airbrake doesn't have any resolution state mappings. Default will always be NEW/OPEN.
Note: If you require any other severity and state mappings, use the
Generic webhook integration.