Skip to content

rjbhewei/zipkin-java

 
 

Repository files navigation

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

Release

Snapshots

Snapshots are released to Sonatype after commits to master are merged which are not pull requests.

About

Experimental java zipkin backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.7%
  • Shell 4.2%
  • Batchfile 3.1%