Struct tracing_fluentd::NestedFmt[][src]

pub struct NestedFmt;
Expand description

Policy to insert span data as object.

Specifically, any span’s or event metadata’s attributes are associated with its name inside record. For example having span lolka would add key lolka to the record, with span’s attributes as value.

Special case is event metadata which is always inserted with key metadata and contains information such location in code and event level.

Trait Implementations

Handler for when Layer::on_event is invoked. Read more

Handler for when Layer::new_span is invoked. Read more

Handler for when Layer::new_span is invoked. 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.

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.