-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix regression on agent 5 only #2848
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.
Code changes LGTM (CI appears to be failing though, haven't looked at why)
Also, out of curiosity: do you have a way to track the "workarounds"/compatibility fixes that we should drop once Agent 5's regular releases stop?
Require this #2850 for CI to pass |
Unfortunately, we don't have an automated way to track agent version fork logic. |
@olivielpeau Grepping for |
Codecov Report
@@ Coverage Diff @@
## master #2848 +/- ##
==========================================
+ Coverage 85.55% 93.07% +7.52%
==========================================
Files 666 11 -655
Lines 37292 578 -36714
Branches 4438 69 -4369
==========================================
- Hits 31904 538 -31366
+ Misses 4078 30 -4048
+ Partials 1310 10 -1300 |
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.
lgtm
ok, thanks for the answers! Relying on the |
`device_blacklist_re` has been superseded in v6 since DataDog/integrations-core#2848, but it hadn't been documented here
`device_blacklist_re` has been superseded in v6 since DataDog/integrations-core#2848, but it hadn't been documented here
What does this PR do?
This PR reverts changes made in #2488.
This PR introduced regression with Agent 5.
However we still want these changes in for Agent 6.
Motivation
Fix regression with Agent 5
see #2813
Review checklist
no-changelog
label attachedAdditional Notes
Anything else we should know when reviewing?