opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
OpenTelemetry instrumentation for Python modules
# Description Run tests on Windows ## Type of change Please delete options that are not relevant. - [x] Tooling/Dev enchancement - [ ] Bug fix (non-breaking change which fixes...
# Description This pull request implements instrumentation for the pymssql library (https://pypi.org/project/pymssql/). It is basically a copy of the pymysql instrumentation. _Still a work-in-progress._ ## Type of change - [x]...
**Describe your environment** Python 3.10.12 **Steps to reproduce** Describe exactly how to reproduce the error. Include a code sample if applicable. Clone this repo: https://github.com/kuza55/pants_debug_otel/tree/main Then run ```OTEL_TRACES_EXPORTER=console OTEL_METRICS_EXPORTER=console OTEL_LOGS_EXPORTER=console...
opentelemetry-instrumentation-system-metrics: collecting fails on windows because of missing num_fds
### Describe your environment OS: Windows 11 Python version: Any but specifically 3.11 Package version: (e.g., 0.48b0) of opentelemetry-instrumentation-system-metrics ### What happened? Enabling system metrics with the default configuration result...
**Describe your environment** - Django 4.1.7 - Python 3.11.1 - opentelemetry-instrumentation-django 0.38b0 **Steps to reproduce** Create basic django app: ```sh mkdir django-test && cd django-test python -m venv .venv source...
Adds NoOpTracerProvider test cases for botocore instrumentation. Fixes https://github.com/open-telemetry/opentelemetry-python-contrib/issues/988 How Has This Been Tested? tox -e test-instrumentation-botocore Does This PR Require a Core Repo Change?
### Describe your environment OS: CentOS Python version: 3.9.16 Package version: OTEL 1.25.0 ### What happened? The following metrics are found with negative values when configuring to export using DELTA...
### What problem do you want to solve? All instrumentations are lacking in thorough autoinstrumentation tests ### Describe the solution you'd like Consider taking the logic in [this pr](: https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2860)...
### Describe your environment OS: MacOS Python version: Python 3.11.8 Package version: 0.48b0 ### What happened? Getting a deprecation warning when activating aiohttp-server instrumentation target aiohttp 3.9.3: DeprecationWarning: Inheritance class...
### What problem do you want to solve? I want exclude health probe endpoints in my framework (e.g. they are at the same URL in all microservices) that are used...