Class: LogBrew::TraceContext
- Inherits:
-
Struct
- Object
- Struct
- LogBrew::TraceContext
- Defined in:
- lib/logbrew/trace.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.
-
#span_id ⇒ Object
Returns the value of attribute span_id.
-
#trace_flags ⇒ Object
Returns the value of attribute trace_flags.
-
#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
6 7 8 |
# File 'lib/logbrew/trace.rb', line 6 def parent_span_id @parent_span_id end |
#sampled ⇒ Object
Returns the value of attribute sampled
6 7 8 |
# File 'lib/logbrew/trace.rb', line 6 def sampled @sampled end |
#span_id ⇒ Object
Returns the value of attribute span_id
6 7 8 |
# File 'lib/logbrew/trace.rb', line 6 def span_id @span_id end |
#trace_flags ⇒ Object
Returns the value of attribute trace_flags
6 7 8 |
# File 'lib/logbrew/trace.rb', line 6 def trace_flags @trace_flags end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
6 7 8 |
# File 'lib/logbrew/trace.rb', line 6 def trace_id @trace_id end |