Class: Logtide::Tracing::Propagation::Parsed
- Inherits:
-
Struct
- Object
- Struct
- Logtide::Tracing::Propagation::Parsed
- Defined in:
- lib/logtide/tracing.rb
Instance Attribute Summary collapse
-
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id.
-
#sampled ⇒ Object
Returns the value of attribute sampled.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
Instance Attribute Details
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id
27 28 29 |
# File 'lib/logtide/tracing.rb', line 27 def parent_span_id @parent_span_id end |
#sampled ⇒ Object
Returns the value of attribute sampled
27 28 29 |
# File 'lib/logtide/tracing.rb', line 27 def sampled @sampled end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
27 28 29 |
# File 'lib/logtide/tracing.rb', line 27 def trace_id @trace_id end |