Move appsec communication to sidecar#3725
Conversation
d9cd53f to
373c569
Compare
|
Benchmarks [ tracer ]Benchmark execution time: 2026-05-20 15:56:18 Comparing candidate commit 2698d89 in PR branch Found 0 performance improvements and 20 performance regressions! Performance is the same for 161 metrics, 13 unstable metrics. scenario:PDOBench/benchPDOOverhead
scenario:PDOBench/benchPDOOverhead-opcache
scenario:PDOBench/benchPDOOverheadWithDBM
scenario:PDOBench/benchPDOOverheadWithDBM-opcache
scenario:PHPRedisBench/benchRedisOverhead
scenario:PHPRedisBench/benchRedisOverhead-opcache
scenario:SamplingRuleMatchingBench/benchGlobMatching1
scenario:SamplingRuleMatchingBench/benchGlobMatching2
scenario:SamplingRuleMatchingBench/benchGlobMatching3-opcache
scenario:SamplingRuleMatchingBench/benchGlobMatching4
scenario:SamplingRuleMatchingBench/benchGlobMatching4-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching1-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching4-opcache
scenario:SpanBench/benchDatadogAPI
scenario:SpanBench/benchDatadogAPI-opcache
scenario:SpanBench/benchOpenTelemetryAPI
scenario:SpanBench/benchOpenTelemetryAPI-opcache
scenario:SpanBench/benchOpenTelemetryInteroperability
scenario:SpanBench/benchOpenTelemetryInteroperability-opcache
scenario:TraceAnnotationsBench/benchTraceAnnotationOverhead-opcache
|
373c569 to
121733e
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #3725 +/- ##
==========================================
+ Coverage 68.81% 75.84% +7.02%
==========================================
Files 166 66 -100
Lines 19030 13366 -5664
Branches 1797 1189 -608
==========================================
- Hits 13095 10137 -2958
+ Misses 5121 2662 -2459
+ Partials 814 567 -247
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 34 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
af7f0bc to
366de49
Compare
Benchmarks [ appsec ]Benchmark execution time: 2026-05-20 15:12:42 Comparing candidate commit 2698d89 in PR branch Found 3 performance improvements and 0 performance regressions! Performance is the same for 9 metrics, 0 unstable metrics. scenario:LaravelBench/benchLaravelOverhead-appsec
scenario:SymfonyBench/benchSymfonyOverhead-appsec
scenario:WordPressBench/benchWordPressOverhead-appsec
|
| mlog(dd_log_debug, "Will exchange message with helper"); | ||
|
|
||
| dd_result res = dd_conn_recv(conn, &imsg->_data, &imsg->_size); | ||
| // dd_result res = dd_conn_roundtripv(conn, iovecs, &imsg->_data, |
There was a problem hiding this comment.
Should this comment go?
8d09873 to
1238aea
Compare
1238aea to
2b4a1c0
Compare
The .gitmodules entry was removed in an earlier WIP commit but the gitlink remained in the tree, causing CI checkout to fail. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Description
wip
Reviewer checklist