Distributed Tracing with Spring Cloud Sleuth

Spring Cloud Sleuth is one of the projects under the spring cloud umbrella.
The objective of this project is to enable tracing in a distributed system and to make it easily configurable in a Spring Boot project.
Internally, Zipkin OSS is used to generate and report traces. Zipkin is an OSS that was initially developed by Twitter and is now maintained by the…