feat(profiling): enable I/O profiling by default - #4152
realFlowControl wants to merge 3 commits into
Conversation
|
Benchmarks [ profiler ]Benchmark execution time: 2026-09-14 12:49:46 Comparing candidate commit a81688f in PR branch Found 0 performance improvements and 6 performance regressions! Performance is the same for 19 metrics, 11 unstable metrics.
|
Benchmarks [ tracer ]Benchmark execution time: 2026-09-14 13:40:48 Comparing candidate commit a81688f in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 191 metrics, 1 unstable metrics.
|
Description
Default-enable PHP I/O profiling and promote
DD_PROFILING_IO_ENABLEDas the primary setting while keepingDD_PROFILING_EXPERIMENTAL_IO_ENABLEDas an alias.Add a MINIT-only system configuration mode so request-level SAPI, FPM, and directory configuration cannot change process-wide I/O hook installation after startup.
Jira: https://datadoghq.atlassian.net/browse/PROF-15878
Currently blocked by #4156
Reviewer checklist