dd-trace-py
dd-trace-py copied to clipboard
Datadog Python APM Client
### Tracer Version(s) 3.9.1 ### Python Version(s) 3.11.9 ### Pip Version(s) 25.0.1 ### Bug Report `ddtrace` seems to not report pymongo spans to datadog in latest versions of pymongo. Main...
# Problem We are looking into modifying the default template used for VPA. # Solution Set the annotation globally # Testing Done https://app.datadoghq.com/s/yB5yjZ/xr8-36s-ip6 ## Checklist - [X] PR author has...
`enabled` is not a parameter of `tracer._recreate(...)`. This function should not have the hidden side-effect of enabling/disabling the tracer. ## Checklist - [ ] PR author has checked that all...
Backport 4e8a947fbd2de74fc0fd29a916da1ddfd5adbf49 from #13456 to 2.21. Fixes test failures in the `flask` suite by upgrading away from an unsupported pytest version ## Checklist - [x] PR author has checked that...
Backport ebc7e4db93f57b2db27c3688871ffcf310b413f6 from #13357 to 2.21. We prevent an exception from occurring when trying to remove a probe that did not resolve to a valid source code location. ## Checklist...
Backport 9df71104b4a730b3c540b83a2d3fe29d593737df from #13662 to 2.21. Recent Failures on main: - Freezegun: https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-py/-/jobs/980088085 - gunicorn: https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-py/-/jobs/977203066 - botocore: https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-py/-/jobs/980093469 ## Checklist - [x] PR author has checked that all the...
Backport 83dea4c93ccc64094efd2978ff353cd2dd1bcaca from #13414 to 2.21. CI Visibility: This fix resolves an issue where `ddtrace` pytest plugin used with `pytest-xdist` would report test suites as failing even when all tests...
## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates...
Removes useless and noisy debug logs. Make existing start up logs more informative. ### Before ``` Reading stable configuration from files: local: "/opt/datadog-agent/etc/application_monitoring.yaml" fleet: "/opt/datadog-agent/etc/stable/application_monitoring.yaml" Called library_config_common_component: source: LocalStableConfig configurator:...
### Tracer Version(s) 2.14.4, 2.21.8 ### Python Version(s) Python 3.11.12 ### Pip Version(s) pip 25.1.1 ### Bug Report Hi! We're seeing regular `WORKER TIMEOUT`s under gunicorn, and have tracked the...