Class: Sentry::OpenTelemetry::TraceData

Inherits:
Struct
  • Object
show all
Defined in:
lib/sentry/opentelemetry/span_processor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#baggageObject

Returns the value of attribute baggage

Returns:

  • (Object)

    the current value of baggage



7
8
9
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7

def baggage
  @baggage
end

#parent_sampledObject

Returns the value of attribute parent_sampled

Returns:

  • (Object)

    the current value of parent_sampled



7
8
9
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7

def parent_sampled
  @parent_sampled
end

#parent_span_idObject

Returns the value of attribute parent_span_id

Returns:

  • (Object)

    the current value of parent_span_id



7
8
9
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7

def parent_span_id
  @parent_span_id
end

#span_idObject

Returns the value of attribute span_id

Returns:

  • (Object)

    the current value of span_id



7
8
9
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7

def span_id
  @span_id
end

#trace_idObject

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of trace_id



7
8
9
# File 'lib/sentry/opentelemetry/span_processor.rb', line 7

def trace_id
  @trace_id
end