Threshold rules and pattern rules. Slack, email, webhook channels. PagerDuty, Teams, SMS on the roadmap. Configure in YAML or in the dashboard — YAML wins when both exist.
level:fatal env:production count > 0 in 1m — page on first fatal in prod.fingerprint:new env:production — new error class shows up in prod.level:error rate > baseline * 5 in 5m — error rate spikes 5x baseline.fingerprint.was_resolved == true — regression of a previously-fixed fingerprint.project.quota_remaining_pct < 20 in 24h — close to quota.Cooldown prevents storms — after a rule fires, it won't fire again for the same group within the cooldown window (default 5 minutes). group_by: [project] means one alert per matching project, not one alert for the whole portfolio.
Slack alerts include "Ack" and "Resolve" buttons. Clicking either updates the issue state in CodeRadar and quiets future alerts on that fingerprint until the next state transition.
Full alerting reference — rule syntax, channel configuration, webhook payload, thresholds.