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

OpenTelemetry Python API and SDK

Results 484 opentelemetry-python issues
Sort by recently updated
recently updated
newest added

### Describe your environment OS: Linux Python version: 3.13.2 SDK version: 1.28.2 API version: 1.28.2 ### What happened? I've encountered an issue with the process.command and related attributes when running...

bug

### Describe your environment OS: macOS Python version: Python 3.12.2 SDK version: 1.31.0 API version: 1.31.0 ### What happened? The `opentelemetry.trace.TracerProvider` interface is too narrow. The only method that is...

bug

### Describe your environment Environment Kubernetes: v1.30 Local setup using kind OTel Collector: v0.121.0 sdk: 1.31.0 Nginx Ingress Controller **Description** When using the OpenTelemetry collector directly with port forwarding (4318),...

question

Based on the work in this PR: https://github.com/open-telemetry/opentelemetry-python/pull/4425 It was determined that we make smaller PR's to update the typing to follow the pyright instead of mypy. These smaller PR's...