
Ultimate access to all questions.
You are managing a critical API deployed on Cloud Run that handles an average of 10,000 requests per minute. To align with user expectations, you must establish Service Level Objectives (SLOs) for availability (99.9%) and latency (95% of requests under 200ms). Additionally, you need to implement active monitoring and measurement of these SLOs. What steps should you take?
A
Configure Cloud Monitoring to send alerts when average API latency exceeds 150 ms or the error rate surpasses 0.1%.
B
Prioritize latency as the only SLO, targeting 100 ms for 99% of requests.
C
Set SLOs for 99% availability at 99% and 500 ms latency for 90% of requests. Use Cloud Monitoring to track SLOs and alert on violations.
D
Set SLOs for the API by using availability and latency service level indicators. Use Cloud Monitoring to track SLOs and alert on violations.