7

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

Rudy Vissers
  • 5,267
  • 4
  • 35
  • 37

2 Answers2

1

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

http://zipkin.io/pages/quickstart

Kelvin
  • 1,357
  • 2
  • 11
  • 22
0

Found multiple language examples at github.
If you need basic setup steps: https://zipkin.io/
Integrated zipkin with spring boot 2 and mysql Steps
example
Here is sample rest+mysql+hibernate

dkb
  • 4,389
  • 4
  • 36
  • 54