Class: Amlexia::TraceContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/amlexia/tracing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



6
7
8
# File 'lib/amlexia/tracing.rb', line 6

def environment
  @environment
end

#parent_span_idObject

Returns the value of attribute parent_span_id

Returns:

  • (Object)

    the current value of parent_span_id



6
7
8
# File 'lib/amlexia/tracing.rb', line 6

def parent_span_id
  @parent_span_id
end

#release_versionObject

Returns the value of attribute release_version

Returns:

  • (Object)

    the current value of release_version



6
7
8
# File 'lib/amlexia/tracing.rb', line 6

def release_version
  @release_version
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



6
7
8
# File 'lib/amlexia/tracing.rb', line 6

def session_id
  @session_id
end

#span_idObject

Returns the value of attribute span_id

Returns:

  • (Object)

    the current value of span_id



6
7
8
# File 'lib/amlexia/tracing.rb', line 6

def span_id
  @span_id
end

#trace_idObject

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of trace_id



6
7
8
# File 'lib/amlexia/tracing.rb', line 6

def trace_id
  @trace_id
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



6
7
8
# File 'lib/amlexia/tracing.rb', line 6

def user_id
  @user_id
end