Practice Test Geeks home

Microservices Monitoring, Logging, and Tracing Questions and Answers

A user request fails in a complex microservices architecture.
The initial error is logged in the API Gateway, but the root cause is in a downstream 'Inventory' service.

To diagnose this, an engineer needs to see the entire lifecycle of the request as it travels through the 'API Gateway', 'Order' service, and finally the 'Inventory' service.

Which observability practice is specifically designed to provide this end-to-end visibility?

Select your answer