Class: Sentry::OpenTelemetry::TraceData
- Inherits:
-
Struct
- Object
- Struct
- Sentry::OpenTelemetry::TraceData
- Defined in:
- lib/sentry/opentelemetry/span_processor.rb
Instance Attribute Summary collapse
-
#baggage ⇒ Object
Returns the value of attribute baggage.
-
#parent_sampled ⇒ Object
Returns the value of attribute parent_sampled.
-
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id.
-
#span_id ⇒ Object
Returns the value of attribute span_id.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
Instance Attribute Details
#baggage ⇒ Object
Returns the value of attribute baggage
7 8 9 |
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7 def baggage @baggage end |
#parent_sampled ⇒ Object
Returns the value of attribute parent_sampled
7 8 9 |
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7 def parent_sampled @parent_sampled end |
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id
7 8 9 |
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7 def parent_span_id @parent_span_id end |
#span_id ⇒ Object
Returns the value of attribute span_id
7 8 9 |
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7 def span_id @span_id end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
7 8 9 |
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7 def trace_id @trace_id end |