blackfireio / php-sdk

The Blackfire PHP SDK
https://blackfire.io
MIT License
150 stars 22 forks source link

Request handled. Error: false. BlackfireYml: false #56

Closed Lehj14 closed 2 years ago

Lehj14 commented 3 years ago

Hi, im not sure if this is the right place to ask, but I am trying to use blackfire on my local using docker and I got this to install it

RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \ && architecture=$(case $(uname -m) in i386 | i686 | x86) echo "i386" ;; x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac) \ && curl -A "Docker" -o /tmp/blackfire-probe.tar.gz -D - -L -s https://blackfire.io/api/v1/releases/probe/php/linux/$architecture/$version \ && mkdir -p /tmp/blackfire \ && tar zxpf /tmp/blackfire-probe.tar.gz -C /tmp/blackfire \ && mv /tmp/blackfire/blackfire-*.so $(php -r "echo ini_get ('extension_dir');")/blackfire.so \ && printf "extension=blackfire.so\nblackfire.agent_socket=tcp://blackfire:8707\n" > $PHP_INI_DIR/conf.d/blackfire.ini \ && rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz

and then i used this on my docker-compose `blackfire: image: blackfire/blackfire:latest ports:

But whenever I tried to profile I get this Profile 'removing this section' is full. Notifying the probe. Request handled. Error: false. BlackfireYml: false. Timespan: false. ConfigGathering: false, ComposerLock: false Upload: true. Final: true blackfire_1 | 09/04 21:11:54 DEBUG blackfire-agent Sending to probe response: Continue: false Progress: 100 BlackfireYml: false ComposerLock: false FirstSample: false Wait: 0

any idea?

lolautruche commented 3 years ago

Hello @Lehj14 Could you please report to https://support.blackfire.io ? This repository is dedicated to the PHP SDK 😉 .

Many thanks 🙏