
Explanation:
Options A, C, and D are incorrect as they do not provide the capability to inspect the application's state in real-time without impacting its performance. Option B is correct because Cloud Debugger allows you to inspect the state of an application at any point in the code without stopping or slowing it down. Reference: Cloud Debugger Documentation
Ultimate access to all questions.
No comments yet.
Your team is deploying an application to App Engine in a production project and needs 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 without stopping or slowing it down
C
Use Cloud Monitoring to observe the app's state in real time
D
Apply Cloud Profiler to analyze the app's state in real time