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

Store additional fields in context instead of baggage. #1316

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vastin
Copy link

@vastin vastin commented May 13, 2024

Description:

This PR removes baggage propagation from the X-Ray propagator and use new context key to propagate additional fields of X-Ray trace header.

Existing Issue(s):

It is the alternative solution of #1178. It fixes incompatible issue with the W3C baggage limit of 8192 bytes by removing the baggage propagation and doesn't break X-Ray trace context propagation.

Testing:

Unit test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants