opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
OpenTelemetry instrumentation for Python modules
Fixes https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3297 ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) # How Has This Been Tested? Please describe...
See https://github.com/open-telemetry/opentelemetry-python/pull/4469 for context
Evaluate the users of the context api to check that the callers of the `detach` function are passing a token that is not None. This can be checked by inspection...
# Description There's one instrumentation example inside `asyncpg` that doesn't run. This PR fixes the example, so it runs. ## Type of change Please delete options that are not relevant....
# Description When using the **send_and_wait** method, a **TypeError** occurs: **`TypeError: original_send() got multiple values for argument 'headers'`** This happens because of the following lines in the OpenTelemetry AIoKafka instrumentation...
# Description This PR adds support for reading batches in aiokafka (method `getmany`). And some fixes: - remove dumping to json in SERVER_ADDRESS - improve typing - sync span attributes...
**Is your feature request related to a problem?** This is to add the exclude urls functionality to the HTTPX instrumentation. This is a follow-up for #461. **Describe the solution you'd...
# Description Successor of #1900 Fixes #539 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) -...
# Description Import a resource detector class for GCP. This change doesn't add any new code. It's re-exporting a package that is in the [downstream GCP repo](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/tree/main/opentelemetry-resourcedetector-gcp). This lets the...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....