
Answer-first summary for fast verification
Answer: Equip your application with the tracing agent and examine the latency details in the Cloud Trace console.
Option A is not suitable as the logging agent does not gather latency data. Option B is incorrect because the Cloud Debugger is designed for real-time application state inspection, not latency analysis. Option C is also incorrect since the monitoring agent does not collect latency data. Option D is the correct choice because Cloud Trace offers distributed tracing capabilities, allowing you to inspect both individual request latencies and aggregate application latency through its console. Reference: https://cloud.google.com/trace/docs/setup
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are investigating a gradual decline in response time of a production application deployed on a Managed Instance Group consisting of five instances. What is the most efficient method to diagnose this issue?
A
Implement the logging agent and establish a logs-based metric within Cloud Logging.
B
Integrate the debugger agent and analyze the application's state in real-time via the Cloud Debugger console.
C
Deploy the monitoring agent and construct a dashboard to monitor response times.
D
Equip your application with the tracing agent and examine the latency details in the Cloud Trace console.
No comments yet.