opentelemetry-python
opentelemetry-python copied to clipboard
OpenTelemetry Python API and SDK
**Describe your environment** I have setup an opetelemetry collector pod, and a jaeger pod (allinone). I am able to send tracer to collector using some demo apps (java based), but...
Python 3.6 has reached [end of life](https://endoflife.date/python). Remove support for 3.6.
As spec'd here https://github.com/open-telemetry/opentelemetry-specification/pull/2359
As per the following comment: wondering if this were to return metric sequence you could simplify this chain of calls `callback` -> `_receive_metrics` -> `add_metrics_data` -> `deque` -> `yield`. _Originally...
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first....
**Is your feature request related to a problem?** When using Opentracing Shim, the Kind attribute is not set and so all spans coming from Opentracing Shim has span.kind=internal **Describe the...
Hi Team, I'm working on testing opentelemetry python language library for arm64 platform. **Is your feature request related to a problem?** The python language library doesn’t have arm64 platform support....
Python started to support async/await syntax in version 3.7. We want to explore how to support this in OpenTelemetry Python. Things to be explored are: 1. Do we provide this...
> and when a new process is not created (simply a new fork is created). When does this happen? One thing I am still thinking about is how do I...
Fixes #2360 6 months have passed since 3.6 reached its [end of life](https://devguide.python.org/devcycle/#end-of-life-branches). [Our policy](https://github.com/open-telemetry/opentelemetry-python#python-version-support-addition-and-removal) requires we remove support for 3.6.