Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 469 Bytes

File metadata and controls

20 lines (13 loc) · 469 Bytes

Spring Sleuth Example

An example of setting up Brave Tracing with this library.

Steps

  1. Start up a Zipkin server

    docker run -d -p 9411:9411 openzipkin/zipkin
  2. Start the application

    gradle bootRun
  3. Look in the logs for the server to see messages processed with Trace IDs

  4. Navigate to http://localhost:9411/zipkin and type one of the trace IDs into the search bar to see the full trace