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

Implement get_attribute and set_attribute #912

Merged
merged 9 commits into from
Jul 21, 2020

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Jul 14, 2020

Fixes #239

@ocelotl ocelotl self-assigned this Jul 15, 2020
@ocelotl ocelotl marked this pull request as ready for review July 17, 2020 02:38
@ocelotl ocelotl requested review from a team, toumorokoshi and codeboten July 17, 2020 02:38
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

Is there a reason baggage is not implemented using CorrelationContext (https://github.com/open-telemetry/opentelemetry-python/blob/master/opentelemetry-api/src/opentelemetry/correlationcontext/__init__.py) instead of managing its own instance of a context?

ext/opentelemetry-ext-opentracing-shim/tests/test_shim.py Outdated Show resolved Hide resolved
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

This looks like a good starting point towards supporting baggage in the shim, requesting a change to see an update in the changelog.

@codeboten codeboten merged commit e9527da into open-telemetry:master Jul 21, 2020
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
* updating the old links

* Add extra spaces
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.

Implement baggage support in the OT shim
4 participants