有人知道拉链示例的位置吗?
https://twitter.github.io/zipkin/Quickstart.html#super-quickstart
在下面我可以阅读:
./bin/sbt "zipkin-example/run -zipkin.storage.anormdb.install=true -genSampleTraces=true"
我只在Maven Central上找到了zipking-example。不在Github上。
1.2.1-rc24
它仍然是文档中的错误?
Documentation mentions zipkin-example which doesn't exist
答案 0 :(得分:1)
这是很久以前的事了,但看起来它已经搬到了这里:
答案 1 :(得分:0)
Spring已从Spring Boot中弃用了Zipkin UI和Zipkin服务器。您将需要设置外部Zipkin服务器或添加上述pom。
您可以参考以下URL来设置Zipkin服务器:
http://onlyfullstack.blogspot.com/2018/07/setting-up-zipkin-server.html
下面的URL将Zipking与微服务集成:
https://onlyfullstack.blogspot.com/2018/09/microservices-with-spring-sleuth-and-zipkin.html
答案 2 :(得分:0)
在github找到了多种语言示例。
如果您需要基本的设置步骤:https://zipkin.io/
集成zipkin与spring boot 2和mysql
Steps
example
这是样品