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 textmap propagators to opentelemetry.propagators #1662

Merged
merged 5 commits into from Mar 3, 2021

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Mar 2, 2021

Description

Moving Getter, Setter and TextMapPropagator out of opentelemetry.trace.propagation and into opentelemetry.propagators

Fixes #1638

Type of change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Does This PR Require a Contrib Repo Change?

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been updated
  • Documentation has been updated

@codeboten codeboten requested a review from a team as a code owner March 2, 2021 20:42
@codeboten codeboten requested review from lzchen and hectorhdzg and removed request for a team March 2, 2021 20:42
@@ -17,13 +17,12 @@

import opentelemetry.trace as trace
from opentelemetry.context.context import Context
from opentelemetry.trace.propagation import textmap
from opentelemetry.propagate import textmap
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be propagators?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

correct, thanks for catching

@lzchen lzchen closed this Mar 2, 2021
@lzchen lzchen reopened this Mar 2, 2021
@codeboten codeboten merged commit a046518 into open-telemetry:main Mar 3, 2021
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.

Relocate Getter and Setter to context/propagation
3 participants