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

OpenTelemetry instrumentation for Python modules

Results 346 opentelemetry-python-contrib issues
Sort by recently updated
recently updated
newest added
trafficstars

There are notes that explain which dependencies are being used in some cases, but these notes do not explain explicitly which dependencies are being used.

build & infra

I see several issues with our infrastructure: 1. Lint is very slow. This mostly happens because we install every single package to create a virtual environment for linting. 2. We...

build & infra

Right now, `tox.ini` is extremely long and it is easy to overlook important testing details. Separate `tox.ini` into multiple files, one per package. A "global" `tox.ini` file may still remain...

build & infra

`boto` and `botocore` instrumentations fail with Fatal Python error: Aborted for pypy. Investigate and fix it if possible.

good first issue

…operly configured independently of the order of instrumentation (this helps especially in case of autoinstrumentation) - add method to perform proper logging initialisation - add unittests # Description Please include...

# Description Correct http.url and http.target attribute generation even with sub apps (fixes #2476) - modify the instrumentation logic - add unittests on starlette instrumentation - add unittests on fastapi...

There is a problem with handling `root_path` scope in asgi applications with `opentelemetry-instrumentation-asgi`. As soon as you have a setup where root_paths come into account, the attribute `http.url` of the...

bug

opentelemetry-instrumentation-grpc takes a hard dependency on the opentelemetry-sdk package https://github.com/open-telemetry/opentelemetry-python-contrib/blob/3291f38e8dbde5d73ba2e0ba2a80fd3632faa1d7/instrumentation/opentelemetry-instrumentation-grpc/pyproject.toml#L29 **What is the expected behavior?** Instrumentations should never depend directly on the SDK **What is the actual behavior?** There is...

bug
gRPC

https://github.com/open-telemetry/opentelemetry-python-contrib/blob/2493258af11df7f211567103635588f2813de7a3/instrumentation/opentelemetry-instrumentation-system-metrics/pyproject.toml#L29 **What is the expected behavior?** Instrumentations should never depend directly on the SDK **What is the actual behavior?** There is a hard dep **Additional context** The only usage of...

bug

This issue is to track adding a method of selecting what baggage key entries should be copied. Feedback in the JS contrib PR was to allow a user-provided predicate function....

feature-request