Chris Lightfoot-Wild

Results 34 comments of Chris Lightfoot-Wild

It sounds like you have not set it up correctly. The [instructions](https://expose.dev/docs/getting-started/installation) show moving the expose file into `/usr/local/bin/`, so I'd double check you did that. You can double check...

I was curious if this was related to long running processes again, as has been mentioned separately. I've just had a go with Laravel Octane locally exporting to Zipkin, rather...

I have used this locally with Zipkin before. I will have a look at this and see if it is still working as expected! @de3 how are you running your...

@de3 I've just tested with PHP 8.3.3 and had the following locally: ![image](https://github.com/open-telemetry/opentelemetry-php/assets/106102472/699cfedb-169b-4484-8598-79515174645d) Here's a snippet of my docker-compose: ```yaml command: - php - artisan - serve - --host -...

> Hi @ChrisLightfootWild > > I think there are 2 problems I found > > 1. automatic span only working when using `php artisan serve` command > 2. and its...

Hey @de3, are you still facing difficulty with this issue?

Just to prevent this from being closed automatically by the bot, there is some progress on this via https://github.com/open-telemetry/opentelemetry-php-contrib/pull/253

> This is really nice, I ended up implementing something similar in my project so it's good to see this become part of the core extension. > > One suggestion...

@hendrikheil seems sensible to me to make this switch - can you please fix up the build failures around ordered imports? :+1:

@hendrikheil thanks for sorting the import order; there's a few psalm errors thrown up now. When you get time, would you be able to take a look please? --- You...