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-profiling
Blackfire 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.sock
DD_PROFILING_ENABLED=true
DD_PROFILING_LOG_LEVEL=off
DD_SERVICE="your app name"