
Ultimate access to all questions.
Your microservices-based application is experiencing a small number of API requests that take an unusually long time to process. Since each request to the API can traverse multiple services, you need to identify which specific service is causing the delay in these instances. How should you proceed to diagnose the longest service latency?
A
Set timeouts on your application so that you can fail requests faster
B
Send custom metrics for each of your requests to Stackdriver Monitoring
C
Use Stackdriver Monitoring to look for insights that show when your API latencies are high
D
Instrument your application with Stackdriver Trace in order to break down the request latencies at each microservice