I have followed all these steps with successful in...
# support
a
I have followed all these steps with successful installtion on my laravel app which is on local environment but it is not sending any data to signoz. Can anyone help? this is my .env config
Copy code
OTEL_PHP_AUTOLOAD_ENABLED=true
OTEL_SERVICE_NAME=api-server
OTEL_TRACES_EXPORTER=otlp
OTEL_METRICS_EXPORTER=otlp
OTEL_LOGS_EXPORTER=otlp
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_EXPORTER_OTLP_ENDPOINT=<http://localhost:4318>
OTEL_PROPAGATORS=baggage,tracecontext
OTEL_PHP_INSTRUMENTATION_HTTP_RESPONSE_HEADERS=content-type,server
OTEL_PHP_INSTRUMENTATION_HTTP_REQUEST_HEADERS=host,accept
https://signoz.io/docs/instrumentation/opentelemetry-php/
n
did you try port 4317 (grpc port)
a
Yes still no data
@Vishal Sharma @Nagesh Bansal Please help
n
Please share the logs from otel-collector