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

The OpenTelemetry PHP Library

Results 132 opentelemetry-php issues
Sort by recently updated
recently updated
newest added

At the moment AbstractSpan doesn't really have a separation of concerns as it is doing too many different things. Different responsibilities of the class should be extracted and the class...

bite sized
refactoring

**Describe your environment** Describe any aspect of your environment relevant to the problem, including your php version (`php -v` will tell you your current version), version numbers of installed dependencies,...

bug
help wanted
good first issue
bite sized
small
refactoring

The [Contrib package](https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Contrib) should have a README which explains its content, main components and at least give a rough overview over their usage. It also should link to the installation...

documentation
help wanted
good first issue
bite sized
package

The [SemConv package](https://github.com/open-telemetry/opentelemetry-php/tree/main/src/SemConv) should have a README which explains its content, main components and at least give a rough overview over their usage. It also should link to the installation...

documentation
help wanted
good first issue
bite sized
package

The [SDKpackage](https://github.com/open-telemetry/opentelemetry-php/tree/main/src/SDK) should have a README which explains its content, main components and at least give a rough overview over their usage. It also should link to the installation instructions...

documentation
help wanted
good first issue
bite sized
package

The [Context package](https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Context) should have a README which explains its content, main components and at least give a rough overview over their usage. It also should link to the installation...

documentation
help wanted
bite sized
package

The [API package](https://github.com/open-telemetry/opentelemetry-php/tree/main/src/API) should have a README which explains its content, main components and at least give a rough overview over their usage. It also should link to the installation...

documentation
help wanted
good first issue
bite sized
package

Meta issue for documentations regarding OpenTelemetry PHP. - [ ] Add READMEs to individual packages - [ ] https://github.com/open-telemetry/opentelemetry-php/issues/770 - [ ] https://github.com/open-telemetry/opentelemetry-php/issues/772 - [x] https://github.com/open-telemetry/opentelemetry-php/issues/771 - [ ] https://github.com/open-telemetry/opentelemetry-php/issues/773...

documentation
examples
pinned

Generated code (proto, thrift) should be extracted into separated repositories, so it can automatically be updated and follow versioning of the upstream. The generated packages can then be required by...

help wanted
small
refactoring

**Is your feature request related to a problem?** I have a long running process in symfony processing messages from a queue, so the kernel isn't restarted between traces. Currently it...

enhancement
opentelemetry-php-contrib
pinned