class OpenTelemetry::SpanContext::Config

Defined in:

span_context/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(trace_id : Slice(UInt8), span_id : Slice(UInt8), parent_id : Slice(UInt8) | Nil = nil) #

def self.new(inherited_context : SpanContext) #

Instance Method Detail

def parent_id : Slice(UInt8) | Nil #
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig

Likely defined as a property


def parent_id=(parent_id : Slice(UInt8) | Nil) #

def remote : Bool #
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig

Likely defined as a property


def remote=(remote : Bool) #

def remote? : Bool #

def span_id : Slice(UInt8) #
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig

Likely defined as a property


def span_id=(span_id : Slice(UInt8)) #

def trace_flags : TraceFlags #
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig

Likely defined as a property


def trace_flags=(trace_flags : TraceFlags) #

def trace_id : Slice(UInt8) #
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig

Likely defined as a property


def trace_id=(trace_id : Slice(UInt8)) #

def trace_state : Hash(String, String) #
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig

Likely defined as a property


def trace_state=(trace_state : Hash(String, String)) #