Skip to content
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

Support flexible traceId formats #12

Open
danielkwinsor opened this issue Mar 23, 2017 · 3 comments
Open

Support flexible traceId formats #12

danielkwinsor opened this issue Mar 23, 2017 · 3 comments

Comments

@danielkwinsor
Copy link

Related to #3
Originally, zipkin only supported 64 bits, but newer versions support 128 bit traceIds.
Anecdotally, our server supports only 128 bit UUID v4 style traceIds, and crashed (now fixed) when passed this 64 bit style.
For me, supporting this is not required, but filing this issue as a nice-to-have.

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Mar 24, 2017 via email

@danielkwinsor
Copy link
Author

Looks like I conflated 2 issues; 128 bitness and UUID. I know you are aware about the 128 bit support, for good reason.
We used a modified Brave v2.x with UUID support, and https://github.com/cogitate/twitter-zipkin-uuid also exists - no relation.

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Mar 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants