zipkin示例不在Github上

问题描述 投票:7回答:2

有人知道拉链样品的位置吗? 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

zipkin
2个回答
1
投票

这是很久以前的事了,但它看起来像是搬到了这里:

http://zipkin.io/pages/quickstart


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

© www.soinside.com 2019 - 2024. All rights reserved.