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

Remove remote span context #508

Merged
merged 2 commits into from Apr 4, 2021
Merged

Remove remote span context #508

merged 2 commits into from Apr 4, 2021

Conversation

jtescher
Copy link
Member

@jtescher jtescher commented Apr 4, 2021

Storing a Span's SpanContext two separate ways in a Context (one for local another for remote) is unnecessary and adds complexity throughout the project when determining heredity of a Span. This moves to storing the Span directly in the Context uniformly (for both local and remote) as current Span.

Storing a Span's SpanContext two separate ways in a Context (one for
local another for remote) is unnecessary and adds complexity
throughout the project when determining heredity of a Span. This moves
to storing the Span directly in the Context uniformly (for both local
and remote) as current Span.
@jtescher jtescher requested a review from a team as a code owner April 4, 2021 19:00
Copy link
Member

@frigus02 frigus02 left a comment

Choose a reason for hiding this comment

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

This is nice. 👍

@jtescher jtescher merged commit 49b2654 into main Apr 4, 2021
@jtescher jtescher deleted the remove-remote-span-context branch April 4, 2021 22:01
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.

None yet

2 participants