Incorporate the sidecar communication protocol changes from libdatadog#3695
Incorporate the sidecar communication protocol changes from libdatadog#3695
Conversation
|
✨ Fix all issues with BitsAI or with Cursor
|
Benchmarks [ tracer ]Benchmark execution time: 2026-03-22 23:03:16 Comparing candidate commit cc697e7 in PR branch Found 1 performance improvements and 17 performance regressions! Performance is the same for 174 metrics, 2 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing-opcache
scenario:PDOBench/benchPDOOverhead
scenario:PDOBench/benchPDOOverhead-opcache
scenario:PDOBench/benchPDOOverheadWithDBM
scenario:PDOBench/benchPDOOverheadWithDBM-opcache
scenario:PHPRedisBench/benchRedisOverhead
scenario:PHPRedisBench/benchRedisOverhead-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching2
scenario:SpanBench/benchDatadogAPI
scenario:SpanBench/benchDatadogAPI-opcache
scenario:SpanBench/benchOpenTelemetryAPI
scenario:SpanBench/benchOpenTelemetryAPI-opcache
scenario:SpanBench/benchOpenTelemetryInteroperability-opcache
scenario:SymfonyBench/benchSymfonyDdprof
scenario:SymfonyBench/benchSymfonyDdprof-opcache
scenario:SymfonyBench/benchSymfonyOverhead
scenario:SymfonyBench/benchSymfonyOverhead-opcache
scenario:TraceSerializationBench/benchSerializeTrace
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3695 +/- ##
==========================================
+ Coverage 68.77% 68.79% +0.02%
==========================================
Files 166 166
Lines 19030 19030
Branches 1797 1797
==========================================
+ Hits 13087 13091 +4
+ Misses 5127 5126 -1
+ Partials 816 813 -3
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
01ce985 to
f9818fb
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
f9818fb to
8221b6f
Compare
Benchmarks [ profiler ]Benchmark execution time: 2026-03-22 22:01:49 Comparing candidate commit cc697e7 in PR branch Found 0 performance improvements and 4 performance regressions! Performance is the same for 25 metrics, 7 unstable metrics. scenario:php-profiler-timeline-memory-control
scenario:php-profiler-timeline-memory-with-profiler
|
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
ace997b to
5f42a8e
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
adf1aa4 to
2b42ae2
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
2b42ae2 to
992785f
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
…dd-update * 'master' of github.com:DataDog/dd-trace-php: feat(sidecar): add thread mode as fallback connection for restricted environments (#3573) Migrate deprecated GitLab runner tags (#3715) Adds process tags to remote config payload (#3658) perf(config): cache sys getenv (#3670) Fixes the tag name for process tags (#3709) Fix debugger ephemerals handling (#3685) Fix #3651: Prevent crash during shutdown in Frankenphp (#3662) Add dynamic instrumentation and exception replay to startup logging (#3667) chore: bump bytes crate from 1.9.0 to 1.11.1 to address CVE-2026-25541 (#3669) Merge pull request #3701 from DataDog/brian.marks/add-ksr-tag ci: fix Windows job flakiness caused by dirty workspace (#3694) Fixup CI owner association (#3704) Add Rust rewrite of the AppSec helper alongside the C++ implementation Remove debug instruction Fix script order debug Fix exploration logic chore(ci): add final_status property on junit XML [APMSP-2610] Fix DD_TRACE_SYMFONY_HTTP_ROUTE=false Optimize Symfony http.route caching with path map approach
37bfbff to
e04172d
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
d815db9 to
4d4c6ec
Compare
…dd-update * 'master' of github.com:DataDog/dd-trace-php: [loader] Fix zombie creation (#3683) Adds container tags support for DBM (#3708) Enables process tags propagation by default (#3706) Fix windows panic at startup time Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com> clippy Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
4deda59 to
d297ae2
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
d297ae2 to
ae57131
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
e860100 to
57c9b2c
Compare
57c9b2c to
cc697e7
Compare
And updating tests with it.