Struct opentelemetry::labels::DefaultLabelEncoder[][src]

pub struct DefaultLabelEncoder;
This is supported on crate feature metrics only.
Expand description

Default label encoding strategy

Trait Implementations

Formats the value using the given formatter. Read more

Encode returns the serialized encoding of the label set using its Iterator. This result may be cached. Read more

A value that is unique for each class of label encoder. Label encoders allocate these using new_encoder_id. 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.

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.