-
Notifications
You must be signed in to change notification settings - Fork 381
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
feat(propagation): otel baggage support #4371
base: master
Are you sure you want to change the base?
Conversation
👋 Hey @DataDog/ruby-guild, please fill "Change log entry" section in the pull request description. If changes need to be present in CHANGELOG.md you can state it this way **Change log entry**
Yes. A brief summary to be placed into the CHANGELOG.md (possible answers Yes/Yep/Yeah) Or you can opt out like that **Change log entry**
None. (possible answers No/Nope/None) Visited at: 2025-02-11 22:38:59 UTC |
e9d741c
to
eee20a9
Compare
Datadog ReportBranch report: ❌ 2207 Failed (15 Known Flaky), 17720 Passed, 1395 Skipped, 10m 23.12s Total Time ❌ Failed Tests (2207)
New Flaky Tests (5)
|
What does this PR do?
Following the spec here: https://www.w3.org/TR/baggage/ we implement baggage propagation for the Ruby tracer
Motivation:
Change log entry
Additional Notes:
How to test the change?