Example SpringBoot Application Integrated With Zipkin and Sleuth for Distributed Tracing
Zipkin Works as machine to collect logs from distributed service. and trace every single of it.
To enable Zipkin Server use @ZipkinServer
your services.
Sleuth Works as client for Zipkin client
To enable Zipkin client use Bean AlwaysSample
on your services.
Zipkin Client running on port 8080. Hit at least once to feed log
URL http://localhost:9411/zipkin/ will show Zipkin UI