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

## Current situation `ddtrace.tracer` is automatically created on `ddtrace` [import](https://github.com/DataDog/dd-trace-py/blob/f1a2e8086b1b29c1ac133af7cbbecf1f14340dec/ddtrace/__init__.py#L13). As a side-effect the `AgentWriter` instance is automatically created which might result in spawning new thread. ## Requirements 1. Allow...

proposal

Hi, this is my first time contributing to datadog. Happy to make any modifications. This was heavily inspired by the pylons middleware, but it is missing the patch/unpatch functionality. Cheers.

conflicts

It would be nice to have the ability to set a global service name prefix that gets applied to all services. This was originally suggested in comments for #547 https://github.com/DataDog/dd-trace-py/issues/547#issue-355345419...

enhancement
Stale

Description/comment taken from @goodspark on #1044 Thanks for opening this, but I think this is slightly different from my last comment (https://github.com/DataDog/dd-trace-py/issues/547#issuecomment-462074146). I'd still like some way to have a...

Stale

As of aiopg 1.0.0 there is no longer an [aiopg.connection._connect function](https://github.com/aio-libs/aiopg/blob/v1.0.0/aiopg/connection.py). The current release of ddtrace [patches this function](https://github.com/DataDog/dd-trace-py/blob/master/ddtrace/contrib/aiopg/patch.py#L22) and will no longer work.

Stale

When using aiohttp_admin the app_key value for the templating module differs from the default one. This causes an error executing: https://github.com/DataDog/dd-trace-py/blob/ec191a4a71ae71017b70d26111bba4489e617ae5/ddtrace/contrib/aiohttp/template.py#L21 As far as I understand this would solve the...

Stale

I can't seem to get Datadog APM to pick up trace spans that are instantiated from within a child worker process of a traced parent process. The spans are created,...

Stale

### Which version of dd-trace-py are you using? 0.33.0 ### Which version of the libraries are you using? aiopg==0.15.0 psycopg2-binary==2.7.5 psycopg2==2.7.5 ### How can we reproduce your problem? Our python...

Stale