class

OpenTelemetry::API::AbstractSpanContext::AbstractConfig

Inherits Reference / Object

Constructors

new(trace_id, span_id, parent_id = nil)
Source
new(inherited_context : SpanContext)
Source

Instance methods

parent_id

Likely defined as a property

Source
parent_id=(parent_id : Slice(UInt8) | Nil)
Source
remote

Likely defined as a property

Source
remote=(remote : Bool)
Source
span_id

Likely defined as a property

Source
span_id=(span_id : Slice(UInt8))
Source
trace_flags

Likely defined as a property

Source
trace_flags=(trace_flags : TraceFlags)
Source
trace_id

Likely defined as a property

Source
trace_id=(trace_id : Slice(UInt8))
Source
trace_state

Likely defined as a property

Source
trace_state=(trace_state : Hash(String, String))
Source