opentelemetry-python
opentelemetry-python copied to clipboard
OpenTelemetry Python API and SDK
# Description When the span name is not a string, the error message is confusing. Logs a warning message "span name must be a string" with the stack trace to...
### Describe your environment OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) SDK version: (e.g., 1.25.0) API version: (e.g., 1.25.0) ### What happened? This test case failed in windows: https://github.com/open-telemetry/opentelemetry-python/actions/runs/9601267490/job/26479463678?pr=3965#step:7:685...
[From the spec](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.6.1/specification/resource/semantic_conventions#:~:text=%5B3%5D%3A%20MUST%20be,for%20more%20recommendations) > [`service.instance.id`] MUST be unique for each instance of the same `service.namespace,service.name` pair (in other words `service.namespace,service.name,service.instance.id` triplet MUST be globally unique). The ID helps to distinguish...
### Describe your environment OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) SDK version: (e.g., 1.25.0) API version: (e.g., 1.25.0) ### What happened? The aggregation of the exponential histogram with...
### Describe your environment _No response_ ### What happened? Through this [search](https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-python%20%22opentelemetry.exporter.jaeger%22&type=code) found there are two examples using JaegerExporter. >Since v1.35, the Jaeger supports OTLP natively. Please use the OTLP...
### Describe your environment OS: Centos 7 Python version: 3.11.1 SDK version: 1.25.0 API version: 1.25.0 ### What happened? I have a low-throughput service and have implemented my own Histogram...
### Is your feature request related to a problem? We have some tests that are skipped on Windows and Pypy, revise after we bump our baseline to 3.9 and so...
# Description I was unable to use a more recent version of `grpc-io` due to this library's upper restriction on the version of protobuf. Protobuf 5 was released in March...
**Is your feature request related to a problem?** Currently OpenTelemetry-SDK is using protobuf version 4.x which makes impossible to use OTEL and latest Protobuf 5.26 in the same client application....