クラウド エンジニアは、複数のサードパーティ REST API を使用するアプリケーションのトラブルシューティングを行っています。アプリケーションはランダムに高い遅延を発生させます。レイテンシーの原因を特定するのに最も役立つものは次のうちどれですか?
正解:D
Enabling tracing in the application can help determine the source of high latency by providing detailed information on HTTP request and response times, as well as response codes. This can identify which API calls are experiencing delays and contribute to overall application latency, allowing for targeted troubleshooting and optimization.