An e-commerce company operates an automated order fulfillment pipeline using Cloud Functions and Cloud Pub/Sub on Google Cloud. The Site Reliability Engineering (SRE) team established a target Availability Service Level Objective (SLO) of 99.9% measured over a rolling 30-day window. The team requires an operational monitoring solution that triggers urgent notifications when significant portions of the 30-day error budget are being rapidly consumed, while remaining resilient against false alarms caused by brief, transient failures. Which alerting approach should the Cloud Architect recommend?
- Configure a multi-window, multi-burn-rate alerting strategy in Cloud Monitoring that monitors error budget consumption rates across both short and long lookback windows.Answer
- BConfigure a static metric threshold alert in Cloud Monitoring that triggers a high-severity incident whenever the request failure rate exceeds 0.1% over a 5-minute evaluation window.
- CDefine the target availability goal of 99.9% as the Service Level Indicator (SLI) and create a Cloud Monitoring alert that notifies engineers whenever the SLI metric drops below 99.9%.
- DSet up an automated Cloud Monitoring policy to scale out the underlying compute resources whenever CPU utilization exceeds 80% to protect the service availability target.
Answer
The Cloud Architect should recommend configuring a multi-window, multi-burn-rate alerting strategy in Cloud Monitoring that tracks error budget consumption rates.
According to Google Cloud SRE practices, monitoring reliability against an SLO requires alerting on error budget burn rate rather than instantaneous error thresholds. A multi-window, multi-burn-rate alerting approach uses multiple time windows (such as a 1-hour short window and a 6-hour long window) and burn-rate multipliers to ensure alerts fire promptly when significant budget is at risk while suppressing alerts for brief, self-healing metric blips.
Step-by-Step Solution
Key Concept
Multi-Window, Multi-Burn-Rate SLO Alerting
Estimated Time:1m 30s