opentelemetry-php-contrib icon indicating copy to clipboard operation
opentelemetry-php-contrib copied to clipboard

opentelemetry-php-contrib

Results 37 opentelemetry-php-contrib issues
Sort by recently updated
recently updated
newest added

We noticed during testing that debug messages were appearing as events in our traces. This change only adds events if the level would be handled by the logger - i.e....

Coroutine::listCoroutines() has been removed in version 22.0.0 ([see the changelog](https://pecl.php.net/package-info.php?package=openswoole&version=22.0.0)): > Remove deprecated function Coroutine::listCoroutines, use Coroutine::list This seems to be the only change that prevents using the context with...

The client doesn't support the `on_progress` option and makes tests fail that use the ApiPlatform test client Longer term we should probably maintain a blacklist or level up this instrumentation...

I am by no means an expert in the OpenTelemetry spec, but I noticed that other auto instrumentations, like the ones available for python, record logs with the logger provider...

Closes open-telemetry/opentelemetry-php#1322

Ported rule-based sampler from https://github.com/Nevay/otel-sdk-contrib-sampler Co-authored-by: Tobias Bachert

In the current iteration `$record['formatted']` is a string, which is then used later used in an attempt to access `message` from. I can only imagine this was typo, or an...

WIP: current test approach needs tweaking. Using new functionality provided via https://github.com/open-telemetry/opentelemetry-php/pull/1304. This should probably form the basis of a v1.1 package, so depends on a 1.0 release of the...

pinned