
Answer-first summary for fast verification
Answer: Instrument your application and submit traces to Cloud Trace
The correct answer is to instrument your application and submit traces to Cloud Trace. Cloud Trace provides insights into how requests propagate through the various components (microservices or functions) of your application. The other options are incorrect because: monitoring and logging agents do not offer visibility into request propagation through application components, and CPU utilization metrics alone do not reveal how requests move through different parts of your application. For more details, refer to the documentation on instrumenting for Cloud Trace.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are providing support for a Python application running on Compute Engine in production. Recently, there have been reports about the application's slow response times. To investigate how requests are moving through your entire application, what should you do?
A
Install the monitoring agent and send metrics to Cloud Monitoring
B
Instrument your application and submit traces to Cloud Trace
C
Install the logging agent and send logs to Cloud Logging
D
Create a dashboard to monitor the CPU utilization of the Compute Engine
No comments yet.