Class: Logtide::Tracing::Propagation::Parsed

Inherits:
Struct
  • Object
show all
Defined in:
lib/logtide/tracing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parent_span_idObject

Returns the value of attribute parent_span_id

Returns:

  • (Object)

    the current value of parent_span_id



27
28
29
# File 'lib/logtide/tracing.rb', line 27

def parent_span_id
  @parent_span_id
end

#sampledObject

Returns the value of attribute sampled

Returns:

  • (Object)

    the current value of sampled



27
28
29
# File 'lib/logtide/tracing.rb', line 27

def sampled
  @sampled
end

#trace_idObject

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of trace_id



27
28
29
# File 'lib/logtide/tracing.rb', line 27

def trace_id
  @trace_id
end