pub struct Context {
span_context : SpanContext?
baggage : Baggage
suppress_telemetry : Bool
} derive(Eq, ToJson, Debug)fn Context::with_baggage_item(self : Context, key : StringView, value : StringView, metadata? : BaggageMetadata) -> ContextThe MoonBit implementation of OpenTelemetry.
Dependencies