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

### Which version of dd-trace-py are you using? `0.36.1` to `0.37.1` ### Bug discovered a long-running bug in our python 2.7 apps running with dd-trace-py. i'm still investigating but wanted...

Stale

Sure! That issue would cover essentially rewriting the pymongo integration. Let's treat these as a separate issues to keep things simple 🙂. _Originally posted by @Kyle-Verhoog in https://github.com/DataDog/dd-trace-py/pull/1455_ As highlighted...

Stale

It would be great to be able to configure the Flask integration to skip tracing on certain endpoints. For example, we have two very busy endpoints that are used for...

Stale

Asynchronous calls handle the injection of a context into a request and so we do not need to be passing them in as headers to the task. As for the...

conflicts

Hi, I have an aiohttp API with some async code inside that I'm trying to trace with Datadog. I'm using [documentation for aiohttp](http://pypi.datadoghq.com/trace/docs/web_integrations.html#aiohttp) for tracing: `trace_app(app, tracer, service="my-api")` The problem...

Stale

TL;DR A long running celery task keeps adding to a large trace that's already larger than the API payload limit, using a lot of memory and causing a memory usage...

Stale

# Integration This PR adds support for [`Cyclone`](http://cyclone.io/). ## Links - Integration docs: http://cyclone.io/ - Corp docs PR: ## Checklist - [x] Usage and configuration documentation added in `__init__.py`, `docs/index.rst`...

conflicts

# Integration This PR adds support for [`twisted`](https://twistedmatrix.com/trac/). This includes patches for trace context propagation as well as support for the http client. ## Links - Integration docs: https://twistedmatrix.com/trac/ -...

conflicts

# Integration This PR adds support for [`txredisapi`](https://github.com/IlyaSkriblovsky/txredisapi). ## Links - Integration docs: https://github.com/IlyaSkriblovsky/txredisapi - Corp docs PR: ## Checklist - [x] Usage and configuration documentation added in `__init__.py`, `docs/index.rst`...

conflicts

Hi! At the moment it's a bit hard to understand which resource is being traced when you have multiple methods with the same name in the same file. For example:...

Stale