A SaaS logistics company operating on Google Cloud provides two core features: a real-time fleet GPS tracking API and an end-of-month regulatory compliance report generator. The business incurs financial penalties if the real-time tracking API availability drops below , whereas compliance report generation allows a 24-hour delivery window without penalty. Currently, the engineering team applies a single composite availability goal of across the entire platform, causing frequent false-alarm pages and unnecessary over-engineering costs. Which approach should the Cloud Architect recommend to properly align technical SLOs and SLIs with business impact?
- Decouple the platform into distinct services, defining a target availability SLO of based on successful HTTP request ratio SLIs for real-time tracking, and a completion-time SLO based on a 24-hour latency SLI for batch report generation.Cevap
- BSet the measured SLI target to availability for both services, and trigger high-priority alerts whenever the monthly compliance report pipeline execution duration varies by more than .
- CIncrease the unified composite availability SLO to for all system components to eliminate any possibility of contractual SLA breach.
- DReplace service-level availability metrics with a unified aggregate CPU utilization threshold alert set at across all compute instances.
Cevap
Decouple the platform into distinct services, defining a target availability SLO of 99.9% based on successful HTTP request ratio SLIs for real-time tracking, and a completion-time SLO based on a 24-hour latency SLI for batch report generation.
The correct strategy decouples heterogeneous workloads (real-time streaming vs. asynchronous batch processing) so their technical SLOs reflect their respective business requirements. Real-time GPS tracking requires high availability to avoid financial penalties, whereas compliance reporting requires a throughput or latency-based metric within a 24-hour window.
Adım Adım Çözüm
Anahtar Kavram
Aligning SLAs, SLOs, and SLIs with Business Impact