
Answer-first summary for fast verification
Answer: Equip your application with the tracing agent and examine the latency data in the Cloud Trace console.
The correct choice is to use the Cloud Trace for distributed tracing data, which allows you to inspect latency data for individual requests and aggregate latency for the entire application. This method directly addresses the need to analyze response time degradation. Other options, such as the monitoring or debugger agents, do not provide the specific latency data required for this investigation. For more details, refer to the documentation on instrumenting for Cloud Trace.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are assigned to investigate the gradual decline in response time of a production application deployed on a Managed Instance Group consisting of five instances. Which approach should you take to diagnose this issue with minimal overhead?
A
Deploy the logging agent and establish a logs-based metric within Cloud Logging.
B
Integrate the debugger agent and analyze the findings in the Cloud Debugger console.
C
Implement the monitoring agent and develop a dashboard to monitor the response time.
D
Equip your application with the tracing agent and examine the latency data in the Cloud Trace console.
No comments yet.