
Answer-first summary for fast verification
Answer: Create individual alerting policies for each SLI, and trigger alerts when the associated SLI thresholds are breached. Use alert documentation to provide context and recommended actions.
Creating individual alerting policies for each SLI allows for precise monitoring and alerts when specific thresholds are breached, enhancing the team's ability to respond effectively. Including documentation with each alert provides necessary context and actions. Aggregating SLIs into a single policy (Option C) lacks specificity, making it hard to identify the breached SLI. Google Error Reporting (Option B) is unsuitable for SLI monitoring as it's designed for error tracking. Relying on default GCP policies for non-critical SLIs (Option A) risks missing important breaches, potentially compromising SLO adherence.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As a Professional Cloud DevOps Engineer, you're tasked with defining alerting policies based on Service Level Indicators (SLIs) for a GCP project adhering to Service Level Objectives (SLOs). Which approach best implements this using Cloud Monitoring?
A
Monitor only the most critical SLIs and rely on default GCP policies to alert for the other SLIs.
B
Utilize Google Error Reporting to automatically create alerts for all SLIs without any additional configurations.
C
Set up a single alerting policy based on an aggregation of all SLIs, and trigger the alert when the overall SLI threshold is breached.
D
Create individual alerting policies for each SLI, and trigger alerts when the associated SLI thresholds are breached. Use alert documentation to provide context and recommended actions.