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 Currently, the `OpenTelemetryClientInterceptor` is based on an external implementation of grpc client interceptors whose source code lies in the package `grpcext`. To support the official `grpc.UnaryUnaryClientInterceptor`-, `grpc.UnaryStreamClientInterceptor`-, `grpc.StreamUnaryClientInterceptor`-,...

# Description Added a query sanitizer to the Pymemcache instrumentation. Default False, can be enabled with sanitize_query = True This will allow users to sanitize the query. `PymemcacheInstrumentor().instrument(sanitize_query=True)` Fixes #1546...

# Description Removes labels as per the comment on https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1012#discussion_r843282052. Fixes https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1034 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change...

support-sqs-parent-nesting # 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...

# Description AWS Managed Prometheus (https://aws.amazon.com/prometheus/) rely on SignV4 mechanism to authorise write This change add the capability to add SignV4 headers to the post request ## Type of 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....

# Container detector module kubernetes properties With this module customer can independently detect the k8s properties like pod.id as a part of span resource attributes and further can be used...

# Description Inspired by this [comment](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/610#issuecomment-953207184). I changed the idea slightly to OR inner tuples, it seemed to be easier to do but let me know what do you think...

# Description We encountered a use case where we want to show the parameters of our sql query for better traceability. I added callbacks so we can further process sqlalchemy...

# Description Django 2 does not provide ASGi out of the box and thus assumes that always wsgi is used, which is not true. By using the `channel` package, Asgi...