Error Budget Calculator.
Input your SLO target, window, deploy cadence and change-fail rate — see your error budget in minutes, expected burn rate, and when you’ll exhaust it. Aligned to the Google SRE Workbook error-budget policy and DORA 2024 change-fail rate benchmarks.
Inputs
How the calculation works
Error budget = window×(1−SLO). Expected change-driven downtime = deploys×CFR×MTTR. Total expected = change downtime + baseline incidents. Burn rate = total expected ÷ budget.
Time-to-exhaustion projects the current burn rate forward. A burn rate above 1.0 means you will breach SLO before the window ends. Below 1.0 means feature work continues; above means reliability work prioritises (per the SRE Workbook error-budget policy).
The multi-window multi-burn-rate alerting thresholds (14.4× over 1h pages; 6× over 6h tickets) are the Google SRE Workbook reference. Tune to your incident SLA.