Struct opentelemetry::attributes::DefaultAttributeEncoder
source · [−]pub struct DefaultAttributeEncoder;
This is supported on crate feature
metrics
only.Expand description
Default attribute encoding strategy
Trait Implementations
Encode returns the serialized encoding of the attribute set using its Iterator. This result may be cached. Read more