Tuan

Results 9 comments of Tuan

Hi @brettmc , I fixed the image name in the docker-compose file to match the name from the docker build command and the issue you mentioned above. You can pull...

My bad, .gitignore has ignored file `.env` when I push my local repo to github, so the value of APP_KEY is null. I updated the .gitignore. Can you please check...

hi @ChrisLightfootWild @brettmc Have you had a chance to review this issue.

great!!! @brettmc yes, Im using swoole and the context-swoole is not installed. I will follow your suggestion and update the result back.

Hi @brettmc , I updated my repository to include swoole-context. I added opentelemetry instrumentation to `public/index.php` Inside `compose/docker-compose.yml` I set `OTEL_PHP_AUTOLOAD_ENABLED` to `false` I set `OTEL_TRACES_EXPORTER` to `otlp` I mapped...

@brettmc > Also, in your index file (say, immediately after include 'vendor/autoload.php), did you add code to configure swoole context storage? eg > ``` > Context::setStorage(new SwooleContextStorage(new ContextStorage())); > ```...

yes, my git repo is already updated @brettmc ``` git clone https://github.com/TuanVu2504/laravel-opentelemetry cd laravel-opentelemetry docker build -t test-otel-php . cd compose docker compose up -d browse to http://localhost/test ```

awesome @brettmc . Thanks for your time. I can temporally use `http/protobuf` on my system to collect traces. > Secondly, I think the issue might be with gRPC As I...

Many thanks @brettmc, @bobstrecansky. I think I should close this ticket here. I will use `http/protobuf` for my system traces at this time.