-
Notifications
You must be signed in to change notification settings - Fork 375
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
Sampling-Propagation:Exclude problematic existing tag #2299
Conversation
c6e9be0
to
6915492
Compare
3bf30b4
to
efe7c4c
Compare
6915492
to
e77772d
Compare
efe7c4c
to
d95e180
Compare
Codecov Report
@@ Coverage Diff @@
## sampling-dm-propagation #2299 +/- ##
========================================================
Coverage 98.34% 98.34%
========================================================
Files 1102 1102
Lines 58856 58865 +9
========================================================
+ Hits 57879 57890 +11
+ Misses 977 975 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
👍 Looks reasonable!
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.
👍
Follow up from #2298
The distributed tracing tag
_dd.p.upstream_services
was at one point populated by other language traces, but we do not need this information anymore.Although the Ruby tracer has never populated this tag, we must make sure we don't propagate this tag downstream if we ever receive it in a distributed tracing request context.