opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
OpenTelemetry instrumentation for Python modules
Similar to [this](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1032).
Right now we have several bash scripts we use for our development process. Translate them to Python if possible.
https://github.com/open-telemetry/opentelemetry-python-contrib/blob/a0c3211c4fd3326279740480c0c1938a17a125c8/opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py#L180-L181 Is this intentional? I don't see why users should be suggested to install this instrumentation just for having pydantic installed
A followup of https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2351 Tracking issue to track progress of semantic convention stability migration for the below instrumentations. # Finished: opentelemetry-instrumentation-requests https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2002 opentelemetry-instrumentation-wsgi https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2425 opentelemetry-instrumentation-flask https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2454 opentelemetry-instrumentation-asgi https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2610 opentelemetry-instrumentation-httpx https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2631...
# Description This is required by the [spec](https://prometheus.io/docs/concepts/remote_write_spec/#labels) "MUST have label names sorted in lexicographical order." This library would inject the `__name__` label at the end. This broke the label...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
# Description When I added the `opentelemetry-instrumentation-django` package and started the server with `python manage.py runserver` calling `DjangoInstrumentor().instrument()` in manage.py, inbound HTTP request spans were correctly created. However, when using...
# Description Fixes https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2057 I'll wait until I get some feedback to update the changelog and the docs if need be. ## Type of change Please delete options that are...
adds basic instrumentation to karapace for produce and fetch operations. Only supports trace, no metrics ## Type of change - [ ] New feature (non-breaking change which adds functionality) #...
The `opentelemetry-sdk-extension-aws` package is currently released on pypi as `2.0.1`, which happened as par of https://github.com/open-telemetry/opentelemetry-python-contrib/pull/753 back in 2021. Since then, there has been no new releases to `opentelemetry-sdk-extension-aws`, even...