
Answer-first summary for fast verification
Answer: Employ Cloud Debugger to inspect the app's state at any code location without impacting performance
The correct answer is to employ Cloud Debugger, as it allows you to inspect the state of an application at any code location without stopping or slowing it down. The other options, while useful for monitoring and logging, do not provide the capability to inspect the application's state in real time without affecting its performance. For more details, refer to the debugger documentation at: debugger/docs/setup.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your team is preparing to deploy an application to App Engine in the production Project. You need a method to inspect the app's state in real time without affecting its performance. What is the best approach to achieve this?
A
Utilize Cloud Logging to monitor the app's state in real time
B
Employ Cloud Debugger to inspect the app's state at any code location without impacting performance
C
Use Cloud Monitoring to keep an eye on the app's state in real time
D
Apply Cloud Profiler to inspect the app's state in real time