Brett McBride
Brett McBride
Note that this has been worked around via #1192 until protobuf changes are accepted.
I don't think that anybody is working on it - I will assign it to you.
I'm less enthusiastic about this one than Jaeger - is anybody actually asking for it? Yes, a few SIGs do implement this, but a lot don't, as well: https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md#context-propagation I...
Hi @sakshi-1505 it's all yours to see what you can do. We have a few static code analysis tools already running as part of CI: psalm, phan, phpstan. You should...
Initial fix in #1067 which ensures that users always get a protobuf implementation.
Can you please try changing the type-hint in the readme example to: ```php public function __construct( \OpenTelemetry\SDK\Trace\TracerProviderInterface $provider) ```
No problem. I can take a pretty good guess at what's wrong next. Change the `TracingKernelSubscriber` to: ```php
I'm not very familiar with either Symfony or the sdk bundle, but here's what I'd try. It looks like `TracerProviderInterface` is configured as a service. So, change your parameter to...
Hello, as a rule, we're all for using PSR standards as much as possible throughout OpenTelemetry. I don't see why we wouldn't try to implement psr-20 as well (although it...
Taking another look at this since I'm looking at our clock implementation at the moment. > The Otel spec asks for a nanosecond precision time integer I think this is...