Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有向 Spring Boot 应用程序发送请求的 Java 应用程序。我已经在 Spring Boot 应用程序上实现了 zipkin+sleuth 并获得了跟踪。现在我想在 java 应用程序上实现 zipkin 并收集痕迹。如何实施?我需要使用勇敢吗?
是的。你必须使用勇敢。事实上,Spring cloud sleuth (V2) 在底层使用了 Brave。查看勇敢的 web-mvc 示例以开始使用。
https://github.com/openzipkin/brave-webmvc-example