System Overview - Distributed tracing
Distributed tracing helps track a user's request as it moves through many services in a system. It shows where delays happen and helps find errors quickly. The system must collect trace data from services, store it, and let users search and view traces easily.