Class: Arcp::Trace::Context

Inherits:
Data
  • Object
show all
Defined in:
lib/arcp/trace.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



9
10
11
# File 'lib/arcp/trace.rb', line 9

def attributes
  @attributes
end

#span_idObject (readonly)

Returns the value of attribute span_id

Returns:

  • (Object)

    the current value of span_id



9
10
11
# File 'lib/arcp/trace.rb', line 9

def span_id
  @span_id
end

#trace_idObject (readonly)

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of trace_id



9
10
11
# File 'lib/arcp/trace.rb', line 9

def trace_id
  @trace_id
end