Topic 1 Question 128
What does Cloud Debugger help an organization do?
Implement code updates in real time without affecting the service level objective (SLO).
Inspect source code in real time without affecting user downtime.
Manage code and accelerate application development.
Analyze live source code during user downtime.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: B
You can use Cloud Debugger with any deployment of your application, including test, development, and production. The debugger adds less than 10ms to the request latency only when the application state is captured. In most cases, this is not noticeable by users.
👍 1Govindaraj2022/09/11 - 正解だと思う選択肢: B
Cloud Debugger is a feature of Google Cloud Platform that lets you inspect the state of an application, at any code location, without stopping or slowing down the running app. Cloud Debugger makes it easier to view the application state without adding logging statements.
👍 1Pikapika126382022/09/19