Struct tracing_distributed::BlackholeTelemetry[][src]

pub struct BlackholeTelemetry<S, T>(_, _);
Expand description

Telemetry implementation that does not publish information to any backend. For use in tests.

Trait Implementations

Returns the “default value” for a type. Read more

Type used to record tracing fields.

Globally unique identifier, uniquely identifies a trace.

Identifies spans within a trace.

Initialize a visitor, used to record values from spans and events as they are observed

Report a Span to this Telemetry instance’s backend.

Report an Event to this Telemetry instance’s backend.

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.

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