Struct tracing_fluentd::FlattenFmt[][src]

pub struct FlattenFmt;
Expand description

Policy to insert span data as flattent object.

Specifically, any span’s or event metadata’s attributes are inserted at the root of event record. For example, having span lolka with attribute arg: 1 would result in arg: 1 to be inserted alongside message and other attributes of the event.

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.