A digital asset management platform operates a media processing API deployed on Google Cloud Run. The Site Reliability Engineering (SRE) team defines an availability Service Level Objective (SLO) of successful requests (HTTP non-5xx status codes) over a rolling 30-day measurement window. During a period where the service processed exactly total requests, an infrastructure outage caused request failures. How many additional failed requests can the API tolerate during this measurement window before completely exhausting its error budget?
Cevap: 8000 failed requests
Cevap
The service can tolerate an additional 8,000 failed requests before its error budget is completely exhausted.
For an availability SLO of on requests, the total error budget is allowed error requests. Having already incurred errors, the remaining error budget is failed requests.
Adım Adım Çözüm
Anahtar Kavram
Request-based Error Budget Calculation for Availability SLOs