class OpenTelemetry::SpanContext::Config
- OpenTelemetry::SpanContext::Config
- OpenTelemetry::API::AbstractSpanContext::AbstractConfig
- Reference
- Object
Defined in:
span_context/config.crConstructors
- .new(trace_id : Slice(UInt8), span_id : Slice(UInt8), parent_id : Slice(UInt8) | Nil = nil)
- .new(inherited_context : SpanContext)
Instance Method Summary
-
#parent_id : Slice(UInt8) | Nil
Likely defined as a property
- #parent_id=(parent_id : Slice(UInt8) | Nil)
-
#remote : Bool
Likely defined as a property
- #remote=(remote : Bool)
-
#span_id : Slice(UInt8)
Likely defined as a property
- #span_id=(span_id : Slice(UInt8))
-
#trace_flags : TraceFlags
Likely defined as a property
- #trace_flags=(trace_flags : TraceFlags)
-
#trace_id : Slice(UInt8)
Likely defined as a property
- #trace_id=(trace_id : Slice(UInt8))
-
#trace_state : Hash(String, String)
Likely defined as a property
- #trace_state=(trace_state : Hash(String, String))
Constructor Detail
def self.new(trace_id : Slice(UInt8), span_id : Slice(UInt8), parent_id : Slice(UInt8) | Nil = nil)
#
Instance Method Detail
def parent_id : Slice(UInt8) | Nil
#
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig
Likely defined as a property
def remote : Bool
#
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig
Likely defined as a property
def span_id : Slice(UInt8)
#
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig
Likely defined as a property
def trace_flags : TraceFlags
#
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig
Likely defined as a property
def trace_id : Slice(UInt8)
#
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig
Likely defined as a property
Description copied from class OpenTelemetry::API::AbstractSpanContext::AbstractConfig
Likely defined as a property