Struct opentelemetry_stackdriver::StackDriverExporter [−][src]
pub struct StackDriverExporter { /* fields omitted */ }Expand description
Exports opentelemetry tracing spans to Google StackDriver.
As of the time of this writing, the opentelemetry crate exposes no link information so this struct does not send link information.
Implementations
If num_concurrent_requests is set to 0 or None then no limit is enforced.
Trait Implementations
Exports a batch of readable spans. Protocol exporters that will implement this function are typically expected to serialize and transmit the data to the destination. Read more
Auto Trait Implementations
impl !RefUnwindSafe for StackDriverExporter
impl Send for StackDriverExporter
impl Sync for StackDriverExporter
impl Unpin for StackDriverExporter
impl !UnwindSafe for StackDriverExporter
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Wrap the input message T in a tonic::Request