Topic 1 Question 179
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?
Cloud Trace
Cloud Monitoring
Cloud Debugger logpoints
Cloud Debugger snapshots
ユーザの投票
コメント(5)
- 正解だと思う選択肢: C
the answer is D: can add without redeploying or changing code https://cloud.google.com/debugger/docs/using/logpoints Logpoints allow you to inject logging into running services without restarting or interfering with the normal function of the service
👍 1gardislan182022/12/04 Debugger logpoints https://cloud.google.com/debugger/docs/using/logpoints
👍 1TNT872022/12/21- 正解だと思う選択肢: C
C is the answer.
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.
👍 1zellck2022/12/22
シャッフルモード