pub struct Baggage {
entries : Map[String, KeyValueMetadata]
kv_content_len : Int
} derive(Eq, ToJson, Debug)fn Baggage::insert_with_metadata(self : Baggage, key : StringView, value : StringView, metadata : BaggageMetadata) -> Baggageimpl Default for BaggageMetadatafn KeyValueMetadata::new(key : StringView, value : StringView, metadata? : BaggageMetadata) -> KeyValueMetadataThe MoonBit implementation of OpenTelemetry.
Dependencies