Fix DD_CIVISIBILITY_AGENTLESS_ENABLED configuration#7743
Fix DD_CIVISIBILITY_AGENTLESS_ENABLED configuration#7743juan-fernandez merged 3 commits intomasterfrom
DD_CIVISIBILITY_AGENTLESS_ENABLED configuration#7743Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7743 +/- ##
=======================================
Coverage 80.39% 80.39%
=======================================
Files 741 741
Lines 32087 32087
=======================================
Hits 25796 25796
Misses 6291 6291 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Overall package sizeSelf size: 4.96 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
This comment has been minimized.
This comment has been minimized.
BenchmarksBenchmark execution time: 2026-03-11 13:32:30 Comparing candidate commit a90fa92 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 231 metrics, 29 unstable metrics. |
What does this PR do?
If
DD_CIVISIBILITY_AGENTLESS_ENABLEDis set totrue, the library should communicate using the agentless protocol, regardless of whetherapm.socketis defined in the machine.Motivation
Fixes #7722