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

Add support of 128 bit trace ids #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oleglite
Copy link

According to b3-propagation spec trace ID might be a 128-bit integer. When we use otter to create spans with trace IDs from external systems they are truncated to 64 bits during encoding to thrift. But zipkin's thrift API supports 128 bit trace IDs.

This PR adds sending of high bits of 128-bit trace IDs to zipkin.

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.

1 participant