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

128 bit trace ids #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Wilhansen
Copy link

Closes #36

To prevent accidental casts from uint64_t to TraceIds (since they're 128-bit nowadays), the 64-bit TraceId constructor is made explicit.

turchanov and others added 2 commits January 19, 2020 20:21
Implemented Clone(), ToTraceID(), ToSpanID(), extra variants of Log()
methods for SpanContext. Test cases for Clone(), ToTraceID(), and ToSpanID().
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.

Allow generation of 128-bit trace ID
2 participants