Alerting & SLOs

Define conditions and route to Slack or PagerDuty.

SLO example

yaml
name: checkout-availability
slo: 99.9%
sli: successful_requests / total_requests
windows:
  - burn_rate: 14.4
    page: immediate
  - burn_rate: 6
    ticket: next_business_day

See the SLO alerting guide for the full walkthrough.