Tool
Estimate SLI, error budget, and allowed downtime for a window.
SLI (Service Level Indicator) is a measured reliability signal, like the percentage of successful requests.
SLO (Service Level Objective) is your target for that signal over a time window, such as 99.9% over 30 days.
Error budget is the allowed failures before missing the SLO: total requests × (1 − SLO).
You can capture request counts and errors from logs, metrics, or tracing. The most common inputs for this calculator are total requests and error requests.
Pick the same definition of "error" consistently (5xx only, 4xx + 5xx, timeouts, or custom business failures) to keep your SLI stable.
Current SLI
100.000%
Error budget (events)
100
Remaining budget (events)
100
Budget used
0.0%
Allowed downtime
43m
Based on target SLO and measurement window.
Was this tool helpful?