Appearance
Alerts
Alerts notify your team the moment something goes wrong, and when it recovers.
Creating an alert
bash
latency alert create \
--monitor my-monitor \
--channel slack \
--on failure,recoveryChannels
| Channel | Setup |
|---|---|
| Slack | OAuth, no webhook URL needed |
| PagerDuty | Integration key |
| Verified address | |
| Webhook | Any HTTPS endpoint |
| SMS | Phone number (Pro+) |
Alert policies
Policies let you define when to alert, e.g. only after 2 consecutive failures from at least 3 regions.
bash
latency policy create \
--name "strict" \
--consecutive-failures 2 \
--quorum 3WARNING
Alerts without a policy will fire on the first failure from any single region.