Non-zipkin examples on Github

Does anyone know where zipking examples are located?
https://twitter.imtqy.com/zipkin/Quickstart.html#super-quickstart
Below I can read:

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

I found a zipking example only on Maven Central. Not on Gituba. 1.2.1-rc24
Is this still a bug in the documentation?
The documentation mentions a zipkin example that does not exist

+7
source share
3 answers

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

http://zipkin.io/pages/quickstart

+1
source

Spring excluded the Zipkin user interface and the Zipkin server from Spring Boot. You will need to configure an external Zipkin server or add a POM as described above.

You can refer to the following URL to configure the Zipkin server:

http://onlyfullstack.blogspot.com/2018/07/setting-up-zipkin-server.html

Below is the URL for integrating Zipking with microservices:

https://onlyfullstack.blogspot.com/2018/09/microservices-with-spring-sleuth-and-zipkin.html

0
source

Found several examples of the language on github .
If you need basic configuration steps: https://zipkin.io/
Integrated zipper with spring boot 2 and mysql Steps
Example
Here is a sample rest + mysql + hibernate

0
source

All Articles