PROFESSIONAL-CLOUD-DEVELOPER · Question #196
PROFESSIONAL-CLOUD-DEVELOPER Question #196: Real Exam Question with Answer & Explanation
The correct answer is C: Cloud Debugger logpoints. https://cloud.google.com/debugger/docs/using/logpoints After you have deployed or started your application, you can open Cloud Debugger in the Google Cloud console. Cloud Debugger allows you to inject logging into running services without restarting or interfering with the normal
Question
Your company has deployed a new API to a Compute Engine instance. During testing, the API is not behaving as expected. You want to monitor the application over 12 hours to diagnose the problem within the application code without redeploying the application. Which tool should you use?
Options
- ACloud Trace
- BCloud Monitoring
- CCloud Debugger logpoints
- DCloud Debugger snapshots
Explanation
https://cloud.google.com/debugger/docs/using/logpoints After you have deployed or started your application, you can open Cloud Debugger in the Google Cloud console. Cloud Debugger allows you to inject logging into running services without restarting or interfering with the normal function of the service. This can be useful for debugging production issues without having to add log statements and redeploy.
Topics
Community Discussion
No community discussion yet for this question.