Class: OpenCensus::Trace::TraceContextData
- Inherits:
-
Struct
- Object
- Struct
- OpenCensus::Trace::TraceContextData
- Defined in:
- lib/opencensus/trace/trace_context_data.rb
Overview
Struct that holds parsed trace context data.
Instance Attribute Summary collapse
-
#span_id ⇒ Object
Returns the value of attribute span_id.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
-
#trace_options ⇒ Object
Returns the value of attribute trace_options.
Instance Attribute Details
#span_id ⇒ Object
Returns the value of attribute span_id
21 22 23 |
# File 'lib/opencensus/trace/trace_context_data.rb', line 21 def span_id @span_id end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
21 22 23 |
# File 'lib/opencensus/trace/trace_context_data.rb', line 21 def trace_id @trace_id end |
#trace_options ⇒ Object
Returns the value of attribute trace_options
21 22 23 |
# File 'lib/opencensus/trace/trace_context_data.rb', line 21 def @trace_options end |