Open
Description
Problem Statement
Datadog have their own tracing standard provides a similar functionality that is expected of any W3C compliant tracing implementation. The only problem is they use custom headers for their tracing standard and it is not currently possible to use Otel instrumentation and work with datadog instrumented applications.
Proposed Solution
Add a new propagator that is able to handle the datadog tracing specification.
Alternatives
There is no officially supported propagators developed by the otel community or datadog (that I saw) that would allow a user to natively use otel instrumentation.
Prior Art
There is existing propagators for other tracing standards such as X-Ray and Zipkin.