opentelemetry-python
opentelemetry-python copied to clipboard
OpenTelemetry Python API and SDK
Make sure that merging 2 exponential histograms gives the same result as handling them independently.
Exponential Histogram Aggregation has no option to record min and max.
**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,...
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...
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...
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_
Make our trace API compliant with [error handling](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/error-handling.md).