Class: LogBrew::TraceparentContext
- Inherits:
-
Struct
- Object
- Struct
- LogBrew::TraceparentContext
- Defined in:
- lib/logbrew/traceparent.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_flags ⇒ Object
Returns the value of attribute trace_flags.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id
4 5 6 |
# File 'lib/logbrew/traceparent.rb', line 4 def parent_span_id @parent_span_id end |
#sampled ⇒ Object
Returns the value of attribute sampled
4 5 6 |
# File 'lib/logbrew/traceparent.rb', line 4 def sampled @sampled end |
#trace_flags ⇒ Object
Returns the value of attribute trace_flags
4 5 6 |
# File 'lib/logbrew/traceparent.rb', line 4 def trace_flags @trace_flags end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
4 5 6 |
# File 'lib/logbrew/traceparent.rb', line 4 def trace_id @trace_id end |
#version ⇒ Object
Returns the value of attribute version
4 5 6 |
# File 'lib/logbrew/traceparent.rb', line 4 def version @version end |