An enterprise IoT platform ingests telemetry from connected vehicles and serves real-time data to fleet analytics dashboards via a Cloud Load Balancer and backend service. The Site Reliability Engineering (SRE) team defines a Service Level Objective (SLO) requiring 99.9% successful HTTP responses over a rolling 30-day window. The SRE team needs an operational alerting mechanism that detects active, severe budget consumption promptly while eliminating alert fatigue from brief transient errors or slow, non-critical budget consumption. Which alerting strategy should the Cloud Architect recommend?
- Configure a multi-window, multi-burn-rate alert policy in Cloud Monitoring that evaluates error budget consumption across both short-term and long-term lookback windows simultaneously.Cevap
- BSet up a static threshold alert policy in Cloud Monitoring that triggers an immediate page whenever the error rate exceeds 0.1% within any 5-minute window.
- CCreate an automated metric alert based on CPU and memory utilization thresholds of the backend instances supporting the analytics service.
- DEstablish a single static alert that notifies the team when total monthly error budget consumption reaches a fixed 50% threshold.
Cevap
Configure a multi-window, multi-burn-rate alert policy in Cloud Monitoring that evaluates error budget consumption across both short-term and long-term lookback windows simultaneously.
The correct recommendation is to implement a multi-window, multi-burn-rate alerting policy. This approach checks both short-term lookback windows (to quickly detect high-severity, rapid budget depletion) and longer lookback windows (to confirm the burn is sustained and avoid alerting on brief self-resolving spikes). This matches Google Cloud SRE standards for reliable SLO alerting without triggering alert fatigue.
Adım Adım Çözüm
Anahtar Kavram
Multi-window, multi-burn-rate alerting for SRE Error Budget management in Cloud Monitoring