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

Encode TraceIds in hex when adding them to HTTP headers #26

Merged

Conversation

klette
Copy link
Contributor

@klette klette commented Jul 18, 2014

The values should be hex-encoded as specified in
https://github.com/twitter/zipkin/blob/master/doc/collector-api.md#http.

Fixes #25

@kristofa
Copy link
Member

Thank you. You did not update the resteasy integration code but I'll do that. Having to change this in so many places begs for implementing #24 soon.

kristofa added a commit that referenced this pull request Jul 18, 2014
…headers

Encode TraceIds in hex when adding them to HTTP headers
@kristofa kristofa merged commit 60f54f9 into openzipkin:master Jul 18, 2014
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

Successfully merging this pull request may close these issues.

X-B3-SpanId, X-B3-TraceId, X-B3-ParentSpanId should be hex
2 participants