This message was deleted.
# support
s
This message was deleted.
p
@Mallesh Kannan Have you checked this doc - https://signoz.io/docs/instrumentation/php/
m
Yes i have gone through your video as well
p
ok, what issues are you facing
can you share the logs and more details on what you tried. Will help the community here to help you
m
Yep sure
I just integrated
Copy code
RUN php 1-getting-started-console-exporter.php

RUN OTEL_SERVICE_NAME=signoz-php-app php ./2-send-trace-to-collector.php
in my docker file but it throws :Could not open input file: 1-getting-started-console-exporter.php The command '/bin/sh -c php 1-getting-started-console-exporter.php' returned a non-zero code: 1
@Pranay If this 2 files are mandatory(1-getting-started-console-exporter,2-send-trace-to-collector.php) please tell me how to use this file in my docker
@Pranay?? any idea
p
@Mallesh Kannan seems file is not loaded in your docker correctly. Have you checked if it is accessible/mounted correctly. II personally don't have much idea on this, but may be others in the community can help