Brett McBride
Brett McBride
Over in PHP SIG, we've implemented (most of) the documented [perf tests](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/performance-benchmark.md), but what I think we lack is a way to run them on consistent hardware, and a way...
@carlosalberto I think this can be closed as done now, as all of the issues have been actioned and closed: https://github.com/open-telemetry/opentelemetry-php/issues?q=is%3Aissue+author%3Acarlosalberto+label%3Atc-review
I have this issue too, with the following error being logged, complaining about a blocking http call: ``` 2022-11-13 21:45:57.909 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to putrequest inside the...
22.10 was released a couple of hours ago (coincidence?) but it doesn't include my changes. Since the issue only affects the native php protobuf implementation (which we discourage using in...
I'm going to close this, since the only outstanding issue (protobuf) shouldn't affect us (since we strongly encourage using the extension). One last thing to note, is that php-cs-fixer isn't...
This has been actioned, and we now version all packages independently (against the subtree splits over in https://github.com/opentelemetry-php)
Closing. Nobody cares and we don't use the interface anywhere (except aws, which could update to not)
I think it's a good time to revisit this issue, now that we've released a beta. I've improved the documentation somewhat in a recent PR which addresses a couple of...
https://github.com/open-telemetry/opentelemetry.io/pull/2415 addresses a few of the points raised above.
Hi @gsdaemon This was released in v1.51.0: https://github.com/grpc/grpc/blob/v1.51.0/src/php/ext/grpc/call.c#L627 and is also in the most recently released version: https://github.com/grpc/grpc/blob/v1.52.1/src/php/ext/grpc/call.c#L627 Can you confirm the extension version you're using? It looks like pecl...