
Answer-first summary for fast verification
Answer: Integrate the tracing agent into your application and analyze the latency data via the Cloud Trace console.
The correct choice is to integrate the tracing agent into your application and analyze the latency data via the Cloud Trace console because Cloud Trace offers distributed tracing data for applications. By instrumenting your application, you can examine latency data for individual requests and overall application latency in the Cloud Trace console. Other options are less suitable because the monitoring agent does not provide latency data, and the debugger agent is more suited for real-time application state investigation rather than latency analysis. Reference: Instrument for Cloud Trace.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you're assigned to look into the slow decline in response time of a production application, which is deployed across a Managed Instance Group consisting of five instances. What approach would you take to diagnose this issue with minimal overhead?
A
Deploy the monitoring agent and set up a dashboard to monitor response times.
B
Integrate the tracing agent into your application and analyze the latency data via the Cloud Trace console.
C
Set up the debugger agent and conduct your investigation through the Cloud Debugger console.
D
Implement the logging agent and establish a logs-based metric within Cloud Logging.
No comments yet.