Hi Team, Trying to setup instrumentation for a Ma...
# support
a
Hi Team, Trying to setup instrumentation for a Magento website (nginx + php-fpm) Have a self hosted nginx docker based instance already running Any instructions on how to properly send php fpm traces to the Signoz instance? Have tried installing all composer libraries as per this page https://signoz.io/docs/instrumentation/opentelemetry-php/ and also installed the symfony otel library Tried adding the environment variables both in the php.ini file as well as the php-fpm pool configuration file, but traces aren't being sent to Signoz Do we need any code changes for the same.
n
Hey @Avinash could you please share the details of versions of the php, fpm, signoz
a
Signoz - 0.76 PHP - 8.2 FPM is not separate, php has 3 modes of running - cli, apache, fpm
n
@Avinash Let me try with the same dependencies