Google Cloud Professional Cloud Developer — Question 358
You want to notify on-call engineers about a service degradation in production while minimizing development time.
What should you do?
Answer options
- A. Use Cloud Function to monitor resources and raise alerts.
- B. Use Cloud Pub/Sub to monitor resources and raise alerts.
- C. Use Stackdriver Error Reporting to capture errors and raise alerts.
- D. Use Stackdriver Monitoring to monitor resources and raise alerts.
Correct answer: D
Explanation
The correct choice, D, is ideal as Stackdriver Monitoring is specifically designed for resource monitoring and alerting with minimal setup. Options A and B involve additional development work for monitoring, while C focuses on error reporting rather than overall service degradation.