class OpenTelemetry::Trace::Propagation::TraceContext::TraceParent
def to_s
-
(String)
- the serialized trace_parent
def to_s "00-#{trace_id.unpack1('H*')}-#{span_id.unpack1('H*')}-#{flag_string}" end
(String)
- the serialized trace_parent
def to_s "00-#{trace_id.unpack1('H*')}-#{span_id.unpack1('H*')}-#{flag_string}" end