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

Tracing header propagation fixes #3005

Merged
merged 6 commits into from
Jul 28, 2023
Merged

Tracing header propagation fixes #3005

merged 6 commits into from
Jul 28, 2023

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Jul 27, 2023

This PR addresses all the nonconformities that ddtrace had regarding Header propagation.

These were caught by our system-tests, at: DataDog/system-tests#1437.

After these changes, that PR successfully passes all critical Ruby tests.

There are other tests that are currently ignored in system-tests for Ruby, but those are outside the scope of this PR and can be discussed on a separate channel.

zacharycmontoya and others added 5 commits July 26, 2023 14:31
- Instead of converting incoming `=` characters to `_`, convert incoming `~` characters
- Then, if there are any incoming `=` characters, convert them to `~`
@marcotc marcotc added this to the 1.13.0 milestone Jul 27, 2023
@marcotc marcotc requested a review from a team July 27, 2023 00:42
@marcotc marcotc self-assigned this Jul 27, 2023
@github-actions github-actions bot added core Involves Datadog core libraries tracing labels Jul 27, 2023
@github-actions github-actions bot removed the core Involves Datadog core libraries label Jul 27, 2023
@lloeki lloeki mentioned this pull request Jul 28, 2023
@marcotc marcotc merged commit 7f1049c into master Jul 28, 2023
186 of 203 checks passed
@marcotc marcotc deleted the w3c-fix branch July 28, 2023 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants