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

Separate context propagation from tracing (OTEP 66) #773

Closed
dyladan opened this issue Feb 7, 2020 · 0 comments · Fixed by #769
Closed

Separate context propagation from tracing (OTEP 66) #773

dyladan opened this issue Feb 7, 2020 · 0 comments · Fixed by #769
Assignees

Comments

@dyladan
Copy link
Member

dyladan commented Feb 7, 2020

The specification now requires a global context object which stores what they are calling "cross-cutting concern values." One cross-cutting concern may be correlations, another may be tracing, and more could be added in the future.

The minimum that needs to be done:

  • Scope managers need to be modified to propagate this new Context object rather than directly propagating spans as the currently do
  • Propagators need to be updated to accept these context objects rather than directly accepting span context as the currently do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant