A real-time payment reconciliation API deployed on Google Kubernetes Engine (GKE) has a Service Level Objective (SLO) of successful requests measured over a -day rolling window. During a given -day period, the API receives a total of valid requests. What is the maximum number of failed requests allowed during this period before the service exhausts its error budget?
Cevap: 80000 requests
Cevap
The maximum number of allowed failed requests before exhausting the error budget is 80,000 requests.
The error budget represents the fraction of bad requests tolerated while maintaining the defined SLO. For a target across total requests, the allowable error rate is (). Multiplying requests by yields exactly allowed failed requests.
Adım Adım Çözüm
Anahtar Kavram
Calculating Request-Based Error Budgets for SLO Management