A mission-critical payment gateway hosted on Google Kubernetes Engine (GKE) processes valid HTTP requests over a rolling 30-day measurement window. The Site Reliability Engineering (SRE) team defines an Availability Service Level Objective (SLO) of , measured as the ratio of successful (non-HTTP 5xx) requests to total valid requests. During a bad canary release, the service logged HTTP 500 responses before being rolled back. No other failure events occurred during the 30-day window. What percentage of the total 30-day error budget remains after this incident?
Answer: 40 %
Answer
The remaining error budget is 40.0%.
The total error budget for a 30-day period with requests at a SLO target is allowable failed requests. The incident consumed requests ( of the budget). Therefore, allowed failed requests remain, which represents of the original error budget.
Step-by-Step Solution
Key Concept
Error Budget Calculation based on Request-Based SLIs and SLO targets