Struct opentelemetry::sdk::export::trace::stdout::Exporter[][src]

pub struct Exporter<W: Write> { /* fields omitted */ }
This is supported on crate feature trace only.
Expand description

A SpanExporter that writes to Stdout or other configured Write.

Implementations

Create a new stdout Exporter.

Trait Implementations

Formats the value using the given formatter. Read more

Export spans to stdout

Shuts down the exporter. Called when SDK is shut down. This is an opportunity for exporter to do any cleanup required. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.