opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
OpenTelemetry instrumentation for Python modules
uv makes pip install faster. It works like this: `uv pip install` and we can have tests running faster locally and in CI. The tool is from the creators of...
**Is your feature request related to a problem?** We have a monorepo with multiple executables sharing a codebase. This means we have many of the opentelemetry instrumentations installed. However we...
Fixes #2686 The idea behind this PR is to delete our current test and lint workflow files and replace them with automatically generated workflow files. This automatically generated file gets...
### What problem do you want to solve? The `mysql-connector-python` package had a [major version bump on July 1, 2024](https://pypi.org/project/mysql-connector-python/9.0.0/). However, the [`opentelemetry-instrumentation-mysql`](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/e6c27e08007c4acf2a3fa9f903c52c4656b9ea62/instrumentation/opentelemetry-instrumentation-mysql/src/opentelemetry/instrumentation/mysql/package.py#L16) plugin only supports 8.x ### Describe the...
### What problem do you want to solve? Some OS process metrics are being captured in system-metrics instrumentations with a `runtime` prefix. Following [this](https://opentelemetry.io/docs/specs/semconv/system/process-metrics/), it seems we should decide if...
**Describe your environment** Describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbers of installed dependencies, information about your cloud hosting provider, etc....
# Description Add `attrs_provider` as an optional kwarg for `SQLAlchemyInstrumentor().instrument`. If `attrs_provider` (a 0 argument callable) is provided, it will be evaluated before any calls to start_current_span within the engine...
### What problem do you want to solve? semantic convention stability migration for `opentelemetry-instrumentation-sqlalchemy`. ### Describe the solution you'd like Implement the semconv opt-in feature for sqlalchemy ### Describe alternatives...
# Description Part of this https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2453 Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an...