struct OpenTelemetry::SpanContext

Defined in:

opentelemetry-api/span_context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(trace_id : Slice(UInt8), span_id : Slice(UInt8), trace_flags : BitArray, trace_state : Hash(String, String)) #

[View source]
def self.new #

[View source]
def self.new(inherited_context : SpanContext, &) #

[View source]

Instance Method Detail

def span_id : Slice(UInt8) #

[View source]
def span_id=(span_id : Slice(UInt8)) #

[View source]
def trace_flags : BitArray #

[View source]
def trace_id : Slice(UInt8) #

[View source]
def trace_id=(trace_id : Slice(UInt8)) #

[View source]
def trace_state : Hash(String, String) #

[View source]