Brett McBride
Brett McBride
@devsekar-1992 I've created an issue to update our metrics implementation to current spec requirements, but there's no ETA on when that might get fixed. In the meantime, did setting temporality...
I think I've got this working per spec in #1715 - the default for any instrument should be `cumulative`, which is what the spec now says. This will be in...
That's true, it should work with 8.1 since it's not an extension. Our support policy dropped 8.0 support when official support ended. Since I have a PR open against doctrine...
Fixed by https://github.com/open-telemetry/opentelemetry-php-contrib/pull/374
ref: #1278 The feature is available in PHP from 8.2.0
Hello, we're aware of the problem, and it exists in various forms across most of our instrumentations. The reason for this is that we're trying to conform to the moratorium(s)...
Looks much better now. Some minor comments, and CI linting is unhappy (`make style` locally should fix this)
https://packagist.org/packages/open-telemetry/opentelemetry-propagation-instana - can you run some sanity checks on `dev-main` here, and report back? Then, I'll tag an initial version.
> when you do sanity checks .. does Otel-php has any requirements/checklist to be followed? No. Just satisfy yourself that you can download it, and it works as expected against...
Hello, I think that if it provides functionality that the existing PDO auto-instrumentation cannot, then sure we'd accept it. I understand that doctrine can use PDO _or_ other drivers internally,...