OpenTelemetry::API::AbstractSpanContext::AbstractConfig
Inherits Reference / Object
Constructors
new(trace_id, span_id, parent_id = nil)
Sourcenew(inherited_context : SpanContext)
SourceInstance methods
parent_id=(parent_id : Slice(UInt8) | Nil)
Sourceremote=(remote : Bool)
Sourcespan_id=(span_id : Slice(UInt8))
Sourcetrace_flags=(trace_flags : TraceFlags)
Sourcetrace_id=(trace_id : Slice(UInt8))
Sourcetrace_state=(trace_state : Hash(String, String))
Source