Run this at least quarterly, on a calendar slot that is not negotiable, and treat the deferral of the review as a finding in its own right. Quarterly is the floor rather than the target: the course lesson on the alert quality review argues for monthly, on the grounds that bad alerts accumulate faster than a quarterly cadence can remove them. If your page volume is growing, run it monthly and shorten the windows in the commands below to match.
This is the outcome review. The Alerting Readiness checklist asks whether the chain can deliver; the Alert Review checklist asks whether each rule is a correct statement about a system that exists. This one asks a question neither of those can: given everything that happened last quarter, is the alerting stack earning the attention it costs.
Where the evidence comes from
Alertmanager is not the history. It holds the alerts that are currently active
plus a short notification log, so a quarter-long audit reads either the ALERTS
series that Prometheus generates for every firing rule, or a copy of the
notification stream shipped somewhere that retains it. Establish which of those
you have as the first item; every ranking below is only as long as that window.
Two of the most important numbers — pages actually delivered, and what a human did next — are not in the observability stack at all. They live in the paging system and the incident record. If those two cannot be joined to an alert name, the action rate cannot be computed, and that gap is the finding.
Where an item names a path or a Prometheus address, substitute the ones your
estate uses. The 30d windows assume Prometheus retention covers the review
period; widen or narrow them to match.
What this review produces
A pull request against the rule files, not a document. Each rule that fired gets one of three dispositions — keep, redesign, delete — and the disposition is the diff. The most suspicious possible outcome of an audit is an empty diff.
Sign-off
- Reviewer: ________________ Date: ___________
- On-call lead: _____________ Date: ___________
- Platform owner: ___________ Date: ___________