feat(profiling): enable I/O profiling by default - #4152
Conversation
|
Benchmarks [ profiler ]Benchmark execution time: 2026-09-02 15:01:09 Comparing candidate commit 63294b0 in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 22 metrics, 9 unstable metrics.
|
Benchmarks [ tracer ]Benchmark execution time: 2026-09-02 15:52:20 Comparing candidate commit 63294b0 in PR branch Found 1 performance improvements and 3 performance regressions! Performance is the same for 185 metrics, 5 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
Testing
cargo test --no-default-features --features profiling,testReviewer checklist