logo
pub struct Tracer { /* private fields */ }
Available on crate feature trace only.
Expand description

Tracer implementation to create and manage spans

Implementations

TracerProvider associated with this tracer.

Instrumentation library information of this tracer.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the Tracer using the given formatter. Omitting provider here is necessary to avoid cycles.

This implementation of Tracer produces sdk::Span instances.

Starts a span from a SpanBuilder.

Each span has zero or one parent spans and zero or more child spans, which represent causally related operations. A tree of related spans comprises a trace. A span is said to be a root span if it does not have a parent. Each trace includes a single root span, which is the shared ancestor of all other spans in the trace.

Starts a new Span. Read more

Starts a new Span with a given context. Read more

Creates a span builder. Read more

Start a Span from a SpanBuilder.

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

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Returns a trait object so the underlying implementation can be swapped out at runtime.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.