Question

Difficulty: EasyIncident Management and Automated Alerting

Your DevOps team is setting up automated incident management in Google Cloud Monitoring for a critical backend web service. You need to ensure that when an alert triggers due to high error rates, an incident notification is automatically dispatched to your team's third-party PagerDuty endpoint. Which Cloud Monitoring resource should you configure to define where the incident alerts are sent?

  1. A Notification ChannelAnswer
  2. B
    An Alerting Policy Condition
  3. C
    A Cloud Logging Exclusion Filter
  4. D
    An IAM Primitive Role Assignment

Answer

Configure a Notification Channel in Cloud Monitoring.
In Google Cloud Monitoring, Notification Channels define the third-party integrations (such as PagerDuty, Slack, SMS, or webhooks) used to send alert notifications when an alerting policy triggers an incident.

Step-by-Step Solution

1
Identify the component responsible for routing and delivering alert notifications to external endpoints.
Recognize that Cloud Monitoring uses Notification Channels to dispatch alerts to third-party services such as PagerDuty, Slack, or Webhooks.
Alerting policy conditions decide when an incident opens, while Notification Channels specify where and how responders are notified.

Key Concept

Cloud Monitoring Notification Channels for Incident Management
Rate this question