Expand description
The Datadog Traces vector_lib::sink::VectorSink
This module contains the vector_lib::sink::VectorSink
instance responsible for taking
a stream of vector_lib::event::Event
, partition them following the right directions and
sending them to the Datadog Trace intake.
This module use the same protocol as the official Datadog trace-agent to
submit traces to the Datadog intake.
Structs§
- Configuration for the
datadog_traces
sink.