100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
SRE, Platform Engineering & Professional Readiness
30 minadvanced

Burn rate alerts — multi-window multi-burn-rate alerting model

Traditional alerting on static thresholds fails in a reliability programme because it treats every threshold crossing identically regardless of severity or speed of error budget consumption. An alert that fires when error rate exceeds 1% catches both a catastrophic outage consuming the entire monthly budget in two hours and a minor sustained degradation that would take three months to exhaust it — yet these two situations require fundamentally different responses.

Burn rate is the concept that resolves this problem: it measures not just whether the error rate is above the SLO threshold, but how fast the error budget is being consumed relative to the rate that would exhaust it exactly over the compliance window. The multi-window multi-burn-rate model, developed by Google and published in the SRE Workbook, uses combinations of observation windows and burn rate thresholds to catch both rapid severe failures and slow subtle ones while minimising false positives.

Understanding and implementing this model is the difference between an alerting programme that on-call engineers trust and respond to and one they habituate to ignore because it fires on noise as readily as on genuine signal.

Analogy🏏Cricket
🏏 Think of it like cricket: The SLI/SLO/SLA framework maps directly onto how a cricket franchise manages player performance. The SLI is the raw measurement from the scorecard: batting average, strike rate, economy rate — observable, precise, agreed-upon numbers. The SLO is the coaching staff's internal target: 'our number-three batsman should maintain a minimum strike rate of 130 in T20 matches.' The SLA is the franchise's contract with the board: 'if the squad averages below 7.0 runs per over across 20 matches, the franchise pays a performance penalty.' Just as the coaching staff monitors the SLO target daily to intervene before the SLA consequence triggers, SRE teams monitor SLOs to act before contractual SLAs are breached. The insight: SLIs, SLOs, and SLAs are not bureaucratic formalities — they are the measurement infrastructure that makes reliability a manageable engineering problem.
Lesson 3 of 40
0% complete