openzipkin / zipkin-browser-extension

Chrome and Firefox browser extensions for Zipkin
Apache License 2.0
25 stars 13 forks source link

trace id isn't 64 hex-encoded bits #3

Closed codefromthecrypt closed 8 years ago

codefromthecrypt commented 8 years ago

Zipkin currently doesn't support longer than 64 bit trace or span ids

server_1 | java.lang.NumberFormatException: 5add71566a50aaaa8887cc1b3b1b9488 should be a 1 to 16 character lower-hex string with no prefix
server_1 |  at zipkin.internal.Util.lowerHexToUnsignedLong(Util.java:105) ~[zipkin-0.12.1.jar:na]
eirslett commented 8 years ago

Oops, that's true! I think you've already fixed it?