-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
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
upgrade zipkin server version to v2 (2.11.1) #55
upgrade zipkin server version to v2 (2.11.1) #55
Conversation
zipkinSpanBuilder | ||
.duration((sofaTracerSpan.getEndTime() - sofaTracerSpan.getStartTime()) * 1000); | ||
//traceId | ||
SofaTracerSpanContext sofaTracerSpanContext = sofaTracerSpan.getSofaTracerSpanContext(); | ||
|
||
/** | ||
* Changes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个注释不要删除了,保留吧,可以让大家知道我们的思考过程。
@@ -238,7 +208,6 @@ public static long spanIdToLong(String spanId) { | |||
* @return fnv hash code | |||
*/ | |||
public static long FNV64HashCode(String data) { | |||
//hash FNVHash64 : http://www.isthe.com/chongo/tech/comp/fnv/index.html#FNV-param |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个注释也不要删除了。没有改这个地方就不要删除了
</dependency> | ||
<dependency> | ||
<groupId>io.zipkin.reporter</groupId> | ||
<groupId>io.zipkin.reporter2</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个实例工程中的版本 也记得升级下。
…ment sofarpc demo to readme;
Pull Request Test Coverage Report for Build 102
💛 - Coveralls |
Upgrade zipkin server version to v2 (2.11.1) (sofastack#55)
Motivation:
use zipkin2 server to show reported data.
Result:
Fixes #23
If there is no issue then describe the changes introduced by this PR.