
Answer-first summary for fast verification
Answer: Create an alert policy to send a notification when the HTTP response latency exceeds the specified threshold.
The correct answer is B. Cloud Monitoring's alerting policies are designed specifically for scenarios like this where you need to be notified automatically when certain conditions are met, such as high HTTP response latency. This solution requires no development cost as it leverages built-in capabilities of Google Cloud Monitoring to create an alert policy that sends notifications when the specified threshold is exceeded.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As the manager of a web application hosted on Google Compute Engine, your goal is to ensure the support team is promptly alerted when users encounter high latency lasting at least 5 minutes. You require a solution recommended by Google that incurs no development costs. What approach should you take?
A
Export Cloud Monitoring metrics to BigQuery and use a Looker Studio dashboard to monitor your web application’s latency.
B
Create an alert policy to send a notification when the HTTP response latency exceeds the specified threshold.
C
Implement an App Engine service which invokes the Cloud Monitoring API and sends a notification in case of anomalies.
D
Use the Cloud Monitoring dashboard to observe latency and take the necessary actions when the response latency exceeds the specified threshold.
No comments yet.