Class: Liteguard::TraceContext
- Inherits:
-
Data
- Object
- Data
- Liteguard::TraceContext
- Defined in:
- lib/liteguard/types.rb
Overview
OpenTelemetry trace correlation attached to a Signal.
Instance Attribute Summary collapse
-
#parent_span_id ⇒ Object
readonly
Returns the value of attribute parent_span_id.
-
#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
#parent_span_id ⇒ Object (readonly)
Returns the value of attribute parent_span_id
53 54 55 |
# File 'lib/liteguard/types.rb', line 53 def parent_span_id @parent_span_id end |
#span_id ⇒ Object (readonly)
Returns the value of attribute span_id
53 54 55 |
# File 'lib/liteguard/types.rb', line 53 def span_id @span_id end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
53 54 55 |
# File 'lib/liteguard/types.rb', line 53 def trace_id @trace_id end |