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

Make sure that merging 2 exponential histograms gives the same result as handling them independently.

tests

Exponential Histogram Aggregation has no option to record min and max.

feature-request

**Describe your environment** I am currently using the Python SDK for a sample app that creates metrics instruments like Counter, UpDownCounter, and etc. When my metrics were exported to Cloudwatch,...

bug
metrics

The OT Shim layer needs to be updated to include the latest changes as introduced by https://github.com/open-telemetry/opentelemetry-specification/pull/1101 Making OpenTelemetry Python compatible with OpenTracing means implementing several things. As suggested by...

help wanted
release:required-for-ga
triaged

It looks like the `_ExponentialBucketHistogramAggregation` is reading/setting these fields. Since it's already in `_internal`, I think we can should make these public properties to make it clear that these are...

yeah, good catch, I think we have the same problem in Trace, will open a new issue to fix that there too. _Originally posted by @ocelotl in https://github.com/open-telemetry/opentelemetry-python/pull/2968#discussion_r1009726328_

We have environment variable modules for the API and SDK. There are some values defined in the corresponding spec section that are not included in these modules in an importable...

feature-request

Ok, but I think that we will need a mechanism to do that. Opening a corresponding issue. _Originally posted by @ocelotl in https://github.com/open-telemetry/opentelemetry-python/pull/2339#r782625333_

metrics

Make our trace API compliant with [error handling](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/error-handling.md).

feature-request