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

OpenTelemetry instrumentation for Python modules

Results 346 opentelemetry-python-contrib issues
Sort by recently updated
recently updated
newest added
trafficstars

# 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....

# Summary Create a package that when installed causes opentelemetry setup code to run when Python starts without the need for running the opentelemetry-instrument command. This PR isn't ready for...

# Description The ASGI middleware previously only recorded the status code on the server span in case one of its child spans ("http send") was recording. With this PR setting...

I am not 100% sure what is the correct way to fix this issue and looking for feedback from maintainers # Description Please include a summary of the change and...

# Description When we implemented the gunicorn.py configuration with a post fork, we wanted to use OTEL auto-instrumentation easily. But a bug appeared when using `sitecustomize`. Here is an example...

# Description Add suppression logic to ignore tracing when suppression key is true Fixed #1962 ## Type of change Please delete options that are not relevant. - [ ] Bug...

# Description Adds full statement capturing for additional Mongo commands: `findAndModify`, `aggregate`, and `createIndexes`. https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1512 originally added statement capturing, but only captured statements for a few command types. `findAndModify` (aka...

# 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....

Skip Changelog

# Description In a previous PR #1657 the lambda behaviour was changed so that it extracs the context from the headers of the lambda event instead of from the lambda...

# Description Feature to add middleware at specific location. Added keyword argument `middleware_position` which one can set to the number of middleware they want to add before otel middleware to...