A healthcare enterprise operates a multi-tenant Telehealth Video Consultation platform on Google Cloud. The system consists of two primary services: a synchronous Video Signaling API that directly manages real-time patient-doctor video sessions, and an asynchronous EHR Audit Log Archival service that exports patient interaction logs to BigQuery for regulatory compliance. Currently, transient network spikes trigger low-priority alerts that escalate into system-wide automated failovers, causing unnecessary operational overhead. As a Cloud Architect, you are tasked with aligning the technical Service Level Objectives (SLOs) with business impact to optimize reliability and reduce engineer fatigue. Which TWO SRE practices should you implement to achieve this alignment?
- Define a high-stringency availability and latency SLO for the Video Signaling API using successful request ratios as the SLI, and configure multi-window burn-rate alerts against its error budget.Cevap
- BSet the target SLO percentage of the Video Signaling API as the primary SLI metric in Cloud Monitoring dashboards, using it as a live real-time measurement of current system uptime.
- Establish a throughput and data freshness SLO evaluated over a rolling 30-day window for the EHR Audit Log Archival service, allowing transient failures during peak hours to be absorbed by its error budget.Cevap
- DConfigure static single-minute threshold alerts on CPU utilization for both services to trigger immediate pod scaling whenever CPU utilization exceeds 80%.