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

OpenTelemetry Python API and SDK

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

**Describe your environment** * Fedora 34 * `platform linux -- Python 3.10.0b4, pytest-6.2.4, py-1.10.0, pluggy-0.13.1` * opentelemetry-exporter-jaeger-proto-grpc 1.3.0 **Steps to reproduce** Run `pytest` for the tests in the `opentelemetry-exporter-jaeger-proto-grpc` package....

bug

Currently, Django autoinstrumentation supports flask and uWSGI servers. However, when running django app using gunicorn server, the autoinstrumentation does not work. This is the command I am trying to run....

help wanted
feature-request
triaged

As identified during the work for #2354, the log emitter provider doesn't have a default or noop implementation.

api
sdk
logging

Use [this](https://github.com/vaab/gitchangelog). This will allow us to know which version number needs to be updated for every released package by looking at the git history.

build & infra

`prepare_release.sh` runs Python code. This code has dependencies (like `black` or `isort`). Migrate this script to Python and run it in a virtual environment.

build & infra

- This issue is a slight generalization of https://github.com/open-telemetry/opentelemetry.io/issues/730. We don't want doc pages in more than one place. It's bad for SEO and it confuses users. - For example,...

The compatibility specification [status](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/opentracing.md#opentracing-compatibility) for the open tracing shim is now stable. Review and fix any missing details for the stable release of `opentracing-shim`

help wanted
feature-request

A breaking change introduced in markupsafe package broke lot of stuff around the web. This is suggestion from the pallets team https://github.com/pallets/markupsafe/issues/282#issuecomment-1043899655. We need to bump few packages to major...

bug
good first issue
help wanted

Currently, `tox.ini` only has mypy running on the api, so the sdk is not covered in CI: https://github.com/open-telemetry/opentelemetry-python/blob/2ad9f497c56117c26fd49ec63d996ed85df36e0f/tox.ini#L254-L260 See the commands in an example run: ``` $ tox -e mypy...

good first issue
help wanted
triaged

https://github.com/open-telemetry/opentelemetry-python/blob/ec3053efd835d1776112447808712ba52f9c70ad/opentelemetry-api/src/opentelemetry/propagate/__init__.py#L124-L146 This behavior is in direct conflict with the [API specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/api-propagators.md#global-propagators): > The OpenTelemetry API MUST use no-op propagators unless explicitly configured otherwise. I think the SDK could do that,...

bug