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

Adds Tracing.Builder.supportsJoin to disable span ID sharing #513

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

codefromthecrypt
Copy link
Member

Similar to ClientServerSameSpan in zipkin-go, this adds the ability to
opt out of span sharing between the client and server side of an RPC.
This is important when reporting to systems that do not share span IDs,
such as Google Stackdriver and Amazon X-Ray.

Note: this still defaults to true, in favor of existing Zipkin
implementations. See openzipkin/zipkin#1480

Similar to ClientServerSameSpan in zipkin-go, this adds the ability to
opt out of span sharing between the client and server side of an RPC.
This is important when reporting to systems that do not share span IDs,
such as Google Stackdriver and Amazon X-Ray.

Note: this still defaults to true, in favor of existing Zipkin
implementations. See openzipkin/zipkin#1480
@codefromthecrypt codefromthecrypt merged commit 0be5039 into master Oct 6, 2017
@codefromthecrypt codefromthecrypt deleted the tracer-supportsjoin branch October 6, 2017 07:03
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