Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

zipkin examples not on Github

Tags:

zipkin

Does anybody know where the zipking examples are located ?
https://twitter.github.io/zipkin/Quickstart.html#super-quickstart
In the following I can read:

 ./bin/sbt "zipkin-example/run -zipkin.storage.anormdb.install=true -genSampleTraces=true"

I have found the zipking-example on Maven Central only. Not on Github. 1.2.1-rc24
It is still a bug in the documentation?
Documentation mentions zipkin-example which doesn't exist

like image 969
Rudy Vissers Avatar asked Dec 14 '15 16:12

Rudy Vissers


1 Answers

It is a very long time ago, but it looks like it was moved here:

http://zipkin.io/pages/quickstart

like image 128
Kelvin Avatar answered Oct 31 '22 17:10

Kelvin