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 Enable users of the grpc plugin to register hooks on grpc request and response (server and client, unary and stream). The hooks are called before the stream begins...

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

# Description This adds an initial support for [pulsar](https://pulsar.apache.org/) ## Type of change - [x] New feature (non-breaking change which adds functionality) - [x] This change requires a documentation update...

# Description Manual Instrumentation in Falcon Fixes #1342 ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) - [x]...

# Description Add instrumentation of AsyncTransport Fixes #1205 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue)...

# Description Major Redesign of gRPC Instrumentation, including: **New Feature** - [X] Support of metrics (Client & Server) according to [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/3e8ec096155908924c852ef4646f9c378d51893e/specification/metrics/semantic_conventions/rpc.md) (#1042 ) - [X] Creation of span events for...

# Description There are a lot of serialization errors when celery task run another celery task in case when you are using custom Exchange and custom Queue. Span tags could...

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

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

# Description - Add new `opentelemetry` package. - Add instrument and bootstrap commands to the new package. - Python code is purely lift and shift. I've tried to not make...