-
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
Implements _dd.base_service
tag
#3018
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.
Please wait until I have a chance to review. Thanks!
System tests were changed a bit during development so after consulting @wconti27, I applied the fix for that in this PR as well. No impact should be made to functionality |
1b48d32
to
a1c5496
Compare
Codecov Report
@@ Coverage Diff @@
## master #3018 +/- ##
==========================================
- Coverage 98.15% 98.15% -0.01%
==========================================
Files 1323 1323
Lines 75075 75130 +55
Branches 3425 3471 +46
==========================================
+ Hits 73691 73744 +53
- Misses 1384 1386 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
a1c5496
to
6028788
Compare
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.
@zarirhamza and I reviewed this together. May need a refactor later to reduce repetition, create consistency, but approach seems "OK" for now.
Implements
_dd.base_service
tag which captures the global service name IFF the span.service is not equivalent to the global service name, implying it was overridden and a fake service was implemented.