Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 518 Bytes

zipkin-java

Experimental java zipkin backend. Please look at issues as we are currently working on scope.

Docker

You can run the experimental docker server to power the zipkin web UI. The following is a hack of the docker-zipkin docker-compose instructions.

# build zipkin-java-server/target/zipkin-java-server-0.1.0-SNAPSHOT.jar
$ ./mvnw clean install
# make a docker image out of it and hook up the web ui
$ docker-compose build
$ docker-compose up