Question 24 of 315
Single answerA small number of API requests to your microservices-based application take a very long time. You know that each request to the API can traverse many services.
You want to know which service takes the longest in those cases.
What should you do?
You want to know which service takes the longest in those cases.
What should you do?
ASet timeouts on your application so that you can fail requests faster
BSend custom metrics for each of your requests to Stackdriver Monitoring
CUse Stackdriver Monitoring to look for insights that show when your API latencies are high
✓DInstrument your application with Stackdriver Trace in order to break down the request latencies at each microservice
✓
Correct Answer: D
Instrument your application with Stackdriver Trace in order to break down the request latencies at each microservice
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.