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

Added support for baggage read and Set as attributes, added sdk builders and Semantic changes #281

Merged
merged 13 commits into from
Aug 16, 2022

Conversation

DebajitDas
Copy link
Member

@DebajitDas DebajitDas commented Aug 10, 2022

Fixes #52

Added support for baggage read and Set as attributes, added sdk builders and Semantic changes.

The baggage support is added with the assumption that baggage is expected in the header with key as "baggage" and value as string. There can be changes on this if the assumption is not correct.

For significant contributions please make sure you have completed the following items:

  • Appropriate CHANGELOG.md updated for non-trivial changes
  • Design discussion issue #

@DebajitDas DebajitDas requested a review from a team August 10, 2022 11:12
Copy link
Member

@lalitb lalitb left a comment

Choose a reason for hiding this comment

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

Thanks.

@cartersocha
Copy link
Contributor

We've talked about adding session Id & some other baggage values.

Is this creating a new baggage item?

@austinlparker @puckpuck do we want services creating new baggage items or just reading the upstream baggage? We might need to change the requirements

@puckpuck
Copy link
Contributor

We aren't expecting the currency service to set anything in baggage. I think the frontend and/or checkout will add baggage that is read by downstream services.

@cartersocha
Copy link
Contributor

@DebajitDas if you can update the change log I will merge

@DebajitDas
Copy link
Member Author

@DebajitDas if you can update the change log I will merge

Updated @cartersocha

@cartersocha
Copy link
Contributor

Small lint error @DebajitDas

@DebajitDas
Copy link
Member Author

Small lint error @DebajitDas

The PR is ready to be merged now. @cartersocha

@cartersocha cartersocha merged commit bbf8425 into open-telemetry:main Aug 16, 2022
@DebajitDas DebajitDas deleted the cpp-service branch August 16, 2022 05:07
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
…ers and Semantic changes (open-telemetry#281)

* Updating grpc version

* Baggage changes

* Added Baggage support

* Updated docs

* Udpated client

* update

* update Readme

* Updated Changelog

Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
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.

Review and enhance tracing support for currency service (C++)
5 participants