Observability Practical By Samson Tanimawo, PhD Published Apr 19, 2026 4 min read

The Multi-Window Multi-Burn-Rate Alert

The Google SRE pattern: alert on burn rate over multiple windows simultaneously. Why it works, with the configuration.

The idea

Multi-window multi-burn-rate alerting is the SRE-workbook standard for SLO-driven alerting. Three burn-rate alerts at different windows produce balanced detection: fast spikes are caught quickly; sustained drift is caught reliably; transient noise is filtered out. The pattern is the foundation of mature SLO alerting.

What the pattern looks like:

The pattern is what mature SLO alerting looks like. The three windows together produce balanced detection.

Standard config

The standard configuration comes from the SRE workbook. Specific windows and thresholds produce known statistical properties; the team adopts the standard rather than reinventing.

The standard config produces predictable behavior. The team adopts it; the alerts work as documented.

Why this works

The pattern works because it captures the operational reality of SLOs. Different incidents produce different burn signatures; the multi-window approach matches them all.

Multi-window multi-burn-rate alert is one of those alerting disciplines where the SRE workbook standard is genuinely the right answer for most teams. Nova AI Ops integrates with SLO platforms and alerting systems, supports the standard configuration, and produces the multi-window alerts that mature SLO operations require.