An example application instrumented with tracing to show how requests flow between components. The Opentracing API is implemented to collect trace information and is configured to sent traces to a Zipkin server where it can be viewed through the Zipkin UI.
Start the Zipkin server and example application
docker-compose up
Example application can be viewed at: http://localhost:8080
Zipkin server can be viewed at http://localhost:9411