dd-trace-py icon indicating copy to clipboard operation
dd-trace-py copied to clipboard

Datadog Python APM Client

Results 341 dd-trace-py issues
Sort by recently updated
recently updated
newest added

The circumstances under which remote config is enabled were unclear and the envar was not documented before. ## Checklist - [ ] Change(s) are motivated and described in the PR...

Adds a new GitHub Action [allcheckspassed](https://github.com/wechuli/allcheckspassed), which will poll and check that all GitHub Action jobs that run are passing. This will allow us to not need to specify every...

changelog/no-changelog

### Summary of problem We're getting exceptions when trying to connect to postgres DBs with `psycopg` in our code with ddtrace enabled. From looking at the code, I think the...

In an earlier issue https://github.com/DataDog/dd-trace-py/issues/3595#issuecomment-1115305446 it is noted that > The correct one is to patch gevent prior to ddtrace as there are conflicts with the threads ddtrace starts to...

stale

## Description Adding support for otel trace sampler to ignore parent trace sample rate from dd-trace-py. ## Checklist - [ ] Change(s) are motivated and described in the PR description...

changelog/no-changelog

Remove from `core.set_item` and `core.get_item` the span argument because it's deprecated ## Checklist - [x] Change(s) are motivated and described in the PR description - [x] Testing strategy is described...

changelog/no-changelog
manual merge
ASM

### Summary of problem I'm getting frequent segmentation faults in my application after I started to use Python 3.12 ### Which version of dd-trace-py are you using? ddtrace = "^2.8.1"...

Profiling

Small pr to fix some missing arguments in a grpc error call. No backports necessary. ## Checklist - [x] Change(s) are motivated and described in the PR description - [x]...

changelog/no-changelog

### Summary of problem IPython produces RuntimeWarning on each tab-completion and enter when ddtrace's `asyncio` integration is active. ### Which version of dd-trace-py are you using? 2.8.0 ### Which version...