impl Default for InstrumentationScopefn InstrumentationScopeBuilder::with_attributes(self : InstrumentationScopeBuilder, attributes : ArrayView[KeyValue]) -> InstrumentationScopeBuilderfn InstrumentationScopeBuilder::with_schema_url(self : InstrumentationScopeBuilder, schema_url : StringView) -> InstrumentationScopeBuilderfn InstrumentationScopeBuilder::with_version(self : InstrumentationScopeBuilder, version : StringView) -> InstrumentationScopeBuilderpub struct SpanContext {
trace_id : TraceId
span_id : SpanId
trace_flags : TraceFlags
is_remote : Bool
trace_state : TraceState
} derive(Eq, ToJson, Debug)impl Default for SpanContextfn SpanContext::new(trace_id : TraceId, span_id : SpanId, trace_flags? : TraceFlags, is_remote? : Bool, trace_state? : TraceState) -> SpanContextimpl Default for TraceFlagsimpl Default for TraceStateThe MoonBit implementation of OpenTelemetry.
Dependencies