You have created an alerting policy in Google Cloud Monitoring that triggers when CPU usage exceeds 80% for 5 minutes. What will happen if the CPU usage spikes to 85% for 3 minutes and then drops back to 50%?
Think about how the duration condition affects alert triggering.
The alerting policy requires CPU usage to be above 80% continuously for 5 minutes. Since the spike lasted only 3 minutes, the alert does not trigger.
You want to receive email notifications when an alerting policy triggers. Which configuration step is necessary to ensure emails are sent?
Consider the built-in ways Google Cloud Monitoring sends notifications.
Notification channels like email must be added and linked to alerting policies to receive alerts directly.
You manage a multi-region application and want to create alerting policies that notify you only if an issue affects more than one region simultaneously. Which approach best achieves this?
Think about how to aggregate metrics across regions for alerting.
A single alerting policy using aggregated metrics can detect multi-region issues and trigger alerts accordingly.
Which IAM role should you assign to a team member who needs to create and edit alerting policies but should not have permission to delete notification channels?
Consider the permissions included in each role.
The Monitoring Editor role allows creating and editing alerting policies but does not grant permission to delete notification channels, which is reserved for Admin or Owner roles.
You notice your team receives too many alert notifications for transient issues that resolve quickly. Which configuration change best reduces alert noise without missing critical incidents?
Think about how alert duration affects alert triggering.
Increasing the condition duration ensures alerts trigger only for sustained issues, reducing noise from brief spikes.