The PHP continuous profiling is currently made across 4 dimensions:
dd-library-php folder.dd-library-php/profiling/ext/{PHP_API_VERSION}/datadog-profiling.so
where PHP_API_VERSION matches php -i | grep '^PHP API' | cut -f2 -d'='| sed 's/^> //'php --ri datadog-profilingBlackfire utilizes the open source Datadog profiler to collect continuous profiling traces and, via its agent, sends it directly to Blackfire's ingesters where we process and analyze the data for your observability needs.
The following environment variables are available:
DD_TRACE_AGENT_URL=unix:///var/run/blackfire/agent.sockDD_TRACE_ENABLED=falseDD_PROFILING_ENABLED=trueDD_PROFILING_LOG_LEVEL=offDD_INSTRUMENTATION_TELEMETRY_ENABLED=falseDD_SERVICE="your app name"