pub struct DatadogPipelineBuilder { /* private fields */ }
Expand description
Builder for ExporterConfig
struct.
Implementations
Building a new exporter.
This is useful if you are manually constructing a pipeline.
Install the Datadog trace exporter pipeline using a simple span processor.
Install the Datadog trace exporter pipeline using a batch span processor with the specified runtime.
Assign the service name under which to group traces
Assign the Datadog collector endpoint
Choose the http client used by uploader
Assign the SDK trace configuration
Set version of Datadog trace ingestion API
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DatadogPipelineBuilder
impl Send for DatadogPipelineBuilder
impl Sync for DatadogPipelineBuilder
impl Unpin for DatadogPipelineBuilder
impl !UnwindSafe for DatadogPipelineBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more