Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 690 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 690 Bytes

Build Status

Spring cloud sleuth example

This example demonstrates the following features

  • Programatically create spans
  • set sampling rate
  • Zipkin via HTTP
  • RestTemplate integration
  • Creating a custom filter that adds tags to the current span

Start up all modules using

   mvn spring-boot:run

then hit

http://localhost:8080/1007?port=8090

to call service a so it will call service b

then open

http://localhost:9090/

and look for the trace of the call