A digital banking SaaS platform operates a critical payment authorization API deployed on Google Kubernetes Engine (GKE). The service has an availability Service Level Objective (SLO) defined as a successful request rate measured over a rolling 30-day window. SRE engineers observed two recurring operational problems: slow, progressive budget consumption going undetected until the 30-day budget was completely exhausted, and transient 2-minute error spikes triggering high-priority pages that resolved prior to engineer intervention. The SRE team needs to establish an alerting strategy in Cloud Monitoring that reliably detects significant error budget consumption while eliminating alert fatigue from transient spikes. Which alerting implementation should the SRE team configure?
- Configure multi-window, multi-burn-rate alerts in Cloud Monitoring that page when both short-lookback (1-hour) and long-lookback (6-hour) windows simultaneously exceed a burn-rate threshold.Cevap
- BConfigure a static metric threshold alert in Cloud Monitoring to page the on-call engineer whenever the HTTP 5xx error rate exceeds over a 5-minute evaluation interval.
- CConfigure alerts based on GKE cluster node CPU and memory utilization thresholds exceeding for more than 10 minutes to infer service availability impact before error budgets are consumed.
- DConfigure a single-window alert across the entire rolling 30-day window that pages the SRE team whenever accumulated error budget consumption reaches .