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.