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

Datadog Python APM Client

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

I believe there are several inconsistencies in the health metrics reported [here](https://github.com/DataDog/dd-trace-py/blob/efe93da7ee33f12d29aef3c717dde8fd70091698/ddtrace/internal/writer.py#L285-L305): 1. `datadog.tracer.http.requests` is emitted both [as a count](https://github.com/DataDog/dd-trace-py/blob/efe93da7ee33f12d29aef3c717dde8fd70091698/ddtrace/internal/writer.py#L299) and [as a distribution](https://github.com/DataDog/dd-trace-py/blob/efe93da7ee33f12d29aef3c717dde8fd70091698/ddtrace/internal/writer.py#L197). 2. `datadog.tracer.http.requests`, the count metric, is...

bug
Stale

The documentation for `SpanContextCorruptedException` [says](https://opentracing-python.readthedocs.io/en/1.3.0/api.html#opentracing.SpanContextCorruptedException): > SpanContextCorruptedException should be used when the underlying span context state is seemingly present but not well-formed. `ddtrace.opentracer`'s `extract` is throwing an error whenever it...

Stale

### Which version of dd-trace-py are you using? ddtrace = "0.45.0" ### Which version of the libraries are you using? aiobotocore==1.1.2 aiohttp==3.7.1 aioitertools==0.7.0 async-timeout==3.0.1 attrs==20.2.0 boto3==1.14.44 botocore==1.17.44 certifi==2020.6.20 chardet==3.0.4 docutils==0.15.2...

Stale

Thanks for taking the time for reporting an issue! ### Which version of the libraries are you using? ddtrace==0.46.0 ### How can we reproduce your problem? Following this [doc](https://ddtrace.readthedocs.io/en/stable/integrations.html#django), I...

Stale

Introduces a helper for setting analytics rates on integration spans and moves a two integrations (one which should default to the global analytics configuration and the other should not) to...

changelog/no-changelog
conflict
Stale

### Which version of dd-trace-py are you using? 0.47 ### Which version of the libraries are you using? aiobotocore 1.1.2 ### How can we reproduce your problem? Set the environment...

Stale

When using the trace sampling rules tags, as shown [in the Datadog APM docs](https://docs.datadoghq.com/tracing/faq/trace_sampling_and_storage/#sampling-rules), as global tags, an AttributeError is thrown when creating a span. ### Which version of dd-trace-py...

Stale

## Description Unlike the botocore integration, the aiobotocore integration does not propagate the tracing context when a Lambda function is called. As I need this feature, I'm opening this PR,...

conflicts

## Description Currently, users have to create their own Propagator classes and/or use the `HTTPPropagator` along with extra steps of extracting the context from request headers and activating them with...

conflicts

## Description Previously a strong span reference was passed from task to task if a span was active. This was problematic as there would be a "race condition". Consider the...

changelog/no-changelog
conflict
manual merge
Stale