Brett McBride
Brett McBride
Related to https://github.com/open-telemetry/opentelemetry-php/issues/1496#issuecomment-2645907919 ? That's for Laravel, but depending on how you start your application, could it be the same issue of OTEL_* env vars not being propagated to a...
> Also: otel relies heavily on register shutdown function which is NOT called until worker process actually ends. You need to duplicate \OpenTelemetry\SDK\Common\Util\ShutdownHandler::register to call all this at request end...
This is set to draft, as https://github.com/open-telemetry/opentelemetry-configuration/pull/97 has not been accepted.
Closing, can be re-opened or re-implemented if/when the spec allows.
@open-telemetry/php-approvers @Nevay I think I'm happy with this and it's ready for review! NB that we should not merge until a new version of opentelemetry-config is tagged, which should be...
Hi @iamacarpet Is the stack trace representing an exception (in which case we have `$span->recordException()`, or you just want the current call stack? If the latter, did you look at...
Has this been implemented in any other languages, and if so how did they make it work? Is it a peculiarity of the google-cloud-php implementation that it wants a PHP-specific...
> Would prefer an injectable abstraction layer similar to Javas SpanSuppressionStrategy instead of static methods to allow users to opt-out of span suppression. I've made a start on this. I...
updated to use SPI, and implemented the idea of having factories declare their key & priority.
> I understand that the Registry stuff will not be used when using extra.spi. Is it correct that third-party libraries (in my case, proprietary code/packages within a company) can also...