We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOFATracer report to Zipkin version is 1.19.2 by default
1.19.2
SOFATracer report Zipkin client support 2.X.X version
Only verify Zipkin version 1.19.X
1.19.X
The text was updated successfully, but these errors were encountered:
测试使用zipkin2.9.4版本是OK的,没有兼容性问题,服务端和客户端都使用2.9.4版本,但是zipkin-reporter只能使用1.1.2版本,不能使用2.X.X版本的,那个版本看了下,包名改了,需要做兼容。 附客户端依赖:
<dependency> <groupId>io.zipkin.java</groupId> <artifactId>zipkin</artifactId> <version>2.9.4</version> </dependency> <dependency> <groupId>io.zipkin.reporter</groupId> <artifactId>zipkin-reporter</artifactId> <version>1.1.2</version> </dependency>
Sorry, something went wrong.
@HuangSheng 可以直接 PR 上来哈,我们兼容掉高低版本的 zipkin-reporter
zipkin-reporter
Merge pull request #23 from alipay/master
12af33b
Update version to 2.2.0 and update SOFABoot dependencies version to 2…
glmapper
No branches or pull requests
Describe
SOFATracer report to Zipkin version is
1.19.2
by defaultExpected behavior
SOFATracer report Zipkin client support 2.X.X version
Actual behavior
Only verify Zipkin version
1.19.X
The text was updated successfully, but these errors were encountered: