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

Move propagators and ID generators #244

Merged
merged 4 commits into from
Oct 7, 2020

Conversation

awiede
Copy link

@awiede awiede commented Oct 5, 2020

Resolves #235

  • Moves default trace_context_propagator implementation to sdk
  • Moves all trace propagators in contrib to sdk
  • Moves id_generator from contrbi to sdk

@awiede awiede requested a review from a team October 5, 2020 15:58
@jtescher
Copy link
Member

jtescher commented Oct 5, 2020

Looks good but let's wait for the discussion in open-telemetry/opentelemetry-specification#1047 to settle before we go either way

@awiede
Copy link
Author

awiede commented Oct 5, 2020

O whoops. Didn't realize it was still an open discussion...

@jtescher
Copy link
Member

jtescher commented Oct 6, 2020

@awiede actually it does seem likely that b3 for example should be moved. Think we should just merge this and potentially move some of them back if that is the decision?

@awiede
Copy link
Author

awiede commented Oct 6, 2020

That works. If we do have to move them back I'd like to nest them under a trace mod and export like in #255.

@jtescher
Copy link
Member

jtescher commented Oct 6, 2020

@awiede looks good, just have to update the imports 😬

Andreas Wiede added 3 commits October 6, 2020 19:16
Move default W3 propagator implementation to SDK. Create a propagator
and id_generator sub mod.
Move AWS X-Ray ID Generator from contrib to the SDK.
Move third party propagators from contrib to SDK.
Fix rebase.
@awiede
Copy link
Author

awiede commented Oct 6, 2020

Yikes! That was a nasty rebase. I think I got it all fixed now.

@jtescher jtescher merged commit 4e9f638 into open-telemetry:master Oct 7, 2020
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.

Consider moving the propagators to from contrib to SDK
2 participants