-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
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 |
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. |
@DebajitDas if you can update the change log I will merge |
Updated @cartersocha |
Small lint error @DebajitDas |
The PR is ready to be merged now. @cartersocha |
…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>
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:
CHANGELOG.md
updated for non-trivial changes