An example of setting up Brave Tracing with this library.
-
Start up a Zipkin server
docker run -d -p 9411:9411 openzipkin/zipkin
-
Start the application
gradle bootRun
-
Look in the logs for the server to see messages processed with Trace IDs
-
Navigate to http://localhost:9411/zipkin and type one of the trace IDs into the search bar to see the full trace