
Answer-first summary for fast verification
Answer: Use Stackdriver to capture and alert on logs, then ship them to your existing platform.
The problem is that the existing monitoring platform's notification system is too slow for time-critical issues after migrating to GCP. Stackdriver, being native to GCP, offers faster integration and alerting capabilities. Option C suggests using Stackdriver to capture logs and trigger alerts (leveraging its speed and GCP integration) while shipping logs to the existing platform for other monitoring needs. This approach addresses the notification speed without fully replacing the existing system. Other options like A (full replacement) or B (installing agents without alerting setup) are less targeted, and D (AB testing) doesn't resolve the core issue.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have migrated your applications to Google Cloud Platform while retaining your existing monitoring platform. However, you now observe that your notification system is too slow for time-sensitive issues.
What should you do to improve the responsiveness of your alerting system?
A
Replace your entire monitoring platform with Stackdriver.
B
Install the Stackdriver agents on your Compute Engine instances.
C
Use Stackdriver to capture and alert on logs, then ship them to your existing platform.
D
Migrate some traffic back to your old platform and perform AB testing on the two platforms concurrently.
No comments yet.