An SRE team is managing a high-throughput payment microservice hosted on Google Cloud. They want to ensure they receive operational alerts before their monthly service availability target is breached. Which alerting strategy should the team implement?
- Configure alerts based on multi-window error budget burn rates.Answer
- BConfigure static metric threshold alerts on backend compute CPU and memory utilization.
- CConfigure immediate alert notifications whenever a single SLI measurement registers a failed request.
- DConfigure load balancer health checks to mark backends unhealthy whenever database query latency increases.
Answer
Configure alerts based on multi-window error budget burn rates.
Burn rate alerting measures the speed at which a service consumes its error budget. Using multi-window burn rate alerts ensures that severe incidents consuming significant budget trigger immediate alerts, while minor transient errors do not create unnecessary alert noise.
Step-by-Step Solution
Key Concept
Error Budget Burn Rate Alerting
Estimated Time:1m 0s