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 While updating our setup from operator 0.94.0 we started to have errors in python applications that were fine before. It looks like asyncio was added on version 0.95.0...

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

A DoS (Denial of Service) vulnerability has been identified in the opentelemetry-instrumentation-{instrumentation} library. This vulnerability arises due to uncontrolled resource consumption caused by unbound cardinality metrics. **Link for reference**: https://github.com/open-telemetry/opentelemetry-python-contrib/security/advisories/GHSA-5rv5-6h4r-h22v

# Description gRPC metadata has traditionally been represented as nested tuples, so when injecting new metadata, interceptors needed to convert to a mutable type and then back into a nested...

**Describe your environment** - Centralised AWS OTEL Collector (latest, although same issue with older versions) - AWS Application Load Balancer fronting the collector - The collector debug logs have lines...

bug

**Describe your environment** Python 3.11.3 pip 23.1.2 **Steps to reproduce** Install python3. Install pip, if needed. Check pip version: `pip --version` Run: `pip install opentelemetry-resource-detector-container` **What is the expected behavior?**...

bug

Ensure that we are cleaning up spans and contexts in the case that user-provided hooks raise an exception. # Description This change ensures that we are properly cleaning up spans...

# Description Closes open-telemetry/opentelemetry-python#2993 A few notes about this handler: - A similar set up has been used in prod with Signoz - Some things may be specific to Signoz...

open telemetry version - 0.44b0 python - 3.10 docker versions - ubuntu 20.04 running in Kubernetes cluster, on prem servers The issue isn't reproduced systematically many times i get the...

bug

# Description Fedora 40 will ship with SQLAlchemy 2. A `python-sqlalchemy1.4` compat package will be available for now, but the idea is that this should be a temporary stopgap. Currently,...