Munir Abdinur
Munir Abdinur
### What does this PR do? With this change span_id will be encoded in both the tracestate and traceparent headers. This will allow us to re-connect datadog traces that contain...
### Description With this change span_id will be encoded in both the tracestate and traceparent headers. This will allow us to re-connect datadog traces that contain non-datadog spans. Ex: Host...
- Reverts deprecating the asyncio integration. - Adds support for propagating the current active trace context to newly created tasks (currently context is propagated when a task is executed and...
Resolves: https://github.com/DataDog/dd-trace-py/issues/7918 ## Checklist - [ ] Change(s) are motivated and described in the PR description. - [ ] Testing strategy is described if automated tests are not included in...
Attempts to resolve: https://github.com/DataDog/dd-trace-py/issues/8252 ## Checklist - [ ] Change(s) are motivated and described in the PR description - [ ] Testing strategy is described if automated tests are not...
## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing strategy is described if automated tests are not included in the PR. - [x]...
### What does this PR do? What is the motivation? Documents support for span links across apm client libraries ### Merge instructions - [ ] Please merge after reviewing ###...
**What does this PR do?** Adds a mechanism to track whether a TraceDigest represents a remote span or if it is local to a host. This change is analogous to...
W3C Phase 2 support The following operations will allow us to reconstruct traces that contain non datadog spans and use w3c tracecontext headers: - Injects last seen datadog span id...
## Motivation Enabling span link system tests for the ruby tracer ## Changes - Enables Span Link tests for the ruby tracer - Adds support for generating span links to...