Enables process tags propagation by default#3706
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3706 +/- ##
==========================================
- Coverage 68.79% 68.68% -0.12%
==========================================
Files 166 166
Lines 19030 19030
Branches 1797 1797
==========================================
- Hits 13092 13070 -22
- Misses 5125 5145 +20
- Partials 813 815 +2
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:
|
|
✨ Fix all issues with BitsAI or with Cursor
|
Benchmarks [ tracer ]Benchmark execution time: 2026-03-20 12:14:26 Comparing candidate commit a5b9a97 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 191 metrics, 2 unstable metrics. scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
|
6c6012e to
f1de79b
Compare
ee4cded to
a3550c4
Compare
4386ee1 to
32f108c
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>
…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>
Description
Sets process tags config to true by default.
We set it to false by default in test, otherwise we would have to modify almost all the tests to add
process_tagsin them.Tests that want to test the feature must activate it manually. For each product there is at least one test testing process tags (i.e activating the flag).
Reviewer checklist