Question 7 of 10Pro Only
What is distributed tracing, and how does it help SREs debug issues in microservices architectures?
Sample answer preview
Distributed tracing tracks requests as they flow through multiple services in a microservices architecture. When a single user action triggers calls across five, ten, or fifty services, tracing shows you the complete journey, where time was spent, and where failures occurred.
distributed tracingspanstrace contextOpenTelemetryJaegercontext propagation