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

Make LightStep's Tracer fall in line with OpenTracing changes #18

Merged
merged 3 commits into from
Jul 16, 2016

Conversation

bhs
Copy link
Contributor

@bhs bhs commented Jul 16, 2016

This keeps the build and tests green after opentracing/opentracing-java#32 . I will explicitly mark the only (intentional!) changes to functionality.

record.addToJoin_ids(new TraceJoinId(TRACE_GUID_KEY, traceID));
SpanContext newSpanContext = new SpanContext(traceId); // traceId may be null
// Record the eventual TraceId in the SpanRecord.
record.setTrace_guid(newSpanContext.getTraceId());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we set this rather than the no-longer-needed and deprecated TRACE_GUID_KEY.

@bhs
Copy link
Contributor Author

bhs commented Jul 16, 2016

cc: @bcronin and @kcamenzind

I will add inject and join for at least the text format over the weekend, but wanted to get this in first.

@bhs bhs merged commit 61f7ab0 into master Jul 16, 2016
@bhs bhs deleted the bhs/span_context_etc branch July 16, 2016 14:16
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