Alerts
Alerts are sent when monitor status changes:
- Down when checks fail
- Recovery when checks return healthy
How Alert Dispatch Works
- Monitor check updates status.
- Incident service classifies transition (
down,recovery,still_down). - Alert service sends messages to eligible channels.
still_down transitions do not send duplicate alerts.
Routing Controls
Per monitor-channel relationship supports:
notify_on_downnotify_on_recoveryretry_threshold(minimum consecutive failures before down alert)