The OpenTelemetry PHP Library

logging metrics open-telemetry opentelemetry opentelemetry-php php tracing
5 Open Issues Need Help Last updated: Sep 10, 2025

Open Issues Need Help

View All on GitHub

The OpenTelemetry PHP Library

PHP
#logging#metrics#open-telemetry#opentelemetry#opentelemetry-php#php#tracing

The OpenTelemetry PHP Library

PHP
#logging#metrics#open-telemetry#opentelemetry#opentelemetry-php#php#tracing
help wanted good first issue medium nice-to-have

The OpenTelemetry PHP Library

PHP
#logging#metrics#open-telemetry#opentelemetry#opentelemetry-php#php#tracing

AI Summary: The task is to fix a bug in the OpenTelemetry PHP library where HTTP span names do not always adhere to the OpenTelemetry specification. Specifically, the span name should include both the HTTP method and target (if available and low-cardinality), but currently only includes the method. The fix requires modifying the library's code to correctly generate span names according to the specification.

Complexity: 4/5
bug help wanted opentelemetry-php-contrib

The OpenTelemetry PHP Library

PHP
#logging#metrics#open-telemetry#opentelemetry#opentelemetry-php#php#tracing

AI Summary: This task involves refactoring the OpenTelemetry PHP SDK. Specifically, it requires moving several `ComponentProvider` classes responsible for instrumentation and propagators from the `open-telemetry/sdk-configuration` package to either the `open-telemetry/api` package or their corresponding API extension packages, based on package dependencies. This will likely involve updating import statements, potentially modifying class structures to maintain compatibility, and thorough testing to ensure functionality remains unchanged.

Complexity: 4/5
help wanted

The OpenTelemetry PHP Library

PHP
#logging#metrics#open-telemetry#opentelemetry#opentelemetry-php#php#tracing