Expand description
An event formatter to emit events in a way that Datadog can correlate them with traces.
Datadog’s trace ID and span ID format is different from the OpenTelemetry standard.
Using this formatter, the trace ID is converted to the correct format.
It also adds the trace ID to the dd.trace_id field and the span ID to the
dd.span_id field, which is where Datadog looks for these by default
(although the path to the trace ID can be overridden in Datadog).