Class: Arcp::Trace::Context
- Inherits:
-
Data
- Object
- Data
- Arcp::Trace::Context
- Defined in:
- lib/arcp/trace.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#span_id ⇒ Object
readonly
Returns the value of attribute span_id.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
9 10 11 |
# File 'lib/arcp/trace.rb', line 9 def attributes @attributes end |
#span_id ⇒ Object (readonly)
Returns the value of attribute span_id
9 10 11 |
# File 'lib/arcp/trace.rb', line 9 def span_id @span_id end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/arcp/trace.rb', line 9 def trace_id @trace_id end |