OpenTracing using Spring Cloud Sleuth

Venkat Pandeti
3 min readDec 9, 2020

Introduction
In the world of microservices, a distributed transaction moves across multiple services. OpenTracing would be very helpful to reduce Mean Time To Detect (MTTD) an issue in a distributed transaction.

Trace: Description of a distributed transaction that moves across multiple services.
Span: Timed operation within a distributed transaction. A group of spans form a…

--

--