
Answer-first summary for fast verification
Answer: Configure Cloud Trace in your application.
The question involves investigating degraded application performance suspected to be caused by slow downstream dependencies. To determine the cause, a tool that provides detailed insights into request latency and dependency interactions is essential. Cloud Trace is a distributed tracing tool that captures latency data across the entire request lifecycle, including interactions with downstream dependencies (e.g., microservices, databases, APIs). By visualizing the time spent in each part of a request, it directly addresses the need to investigate slow dependencies and determine the root cause of performance degradation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can you diagnose the cause of performance degradation in your Google Cloud application, particularly when suspecting that downstream dependencies are prolonging request completion times?
A
Configure Error Reporting in your application.
B
Configure Google Cloud Managed Service for Prometheus in your application.
C
Configure Cloud Profiler in your application.
D
Configure Cloud Trace in your application.
No comments yet.