opentelemetry-php
opentelemetry-php copied to clipboard
The OpenTelemetry PHP Library
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...
**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,...
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...
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...
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...
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...
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...
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...
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...
**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...