A distributed tracing support for the devoxx conference.
To get started:
-
run a zipkin server :
java -jar zipkin.jar
ordocker container run --name zipkin -p 9411:9411 openzipkin/zipkin
for docker -
launch dude
node dude/main.js
-
launch barman and shaker (java applications)
-
launch clerk :
go run clerk/main.go
-
Go to the dude UI and ask for some white russian
-
See results on Zipkin
For more information check out the slides.