Class: Amlexia::TraceContext
- Inherits:
-
Struct
- Object
- Struct
- Amlexia::TraceContext
- Defined in:
- lib/amlexia/tracing.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id.
-
#release_version ⇒ Object
Returns the value of attribute release_version.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#span_id ⇒ Object
Returns the value of attribute span_id.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#environment ⇒ Object
Returns the value of attribute environment
6 7 8 |
# File 'lib/amlexia/tracing.rb', line 6 def environment @environment end |
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id
6 7 8 |
# File 'lib/amlexia/tracing.rb', line 6 def parent_span_id @parent_span_id end |
#release_version ⇒ Object
Returns the value of attribute release_version
6 7 8 |
# File 'lib/amlexia/tracing.rb', line 6 def release_version @release_version end |
#session_id ⇒ Object
Returns the value of attribute session_id
6 7 8 |
# File 'lib/amlexia/tracing.rb', line 6 def session_id @session_id end |
#span_id ⇒ Object
Returns the value of attribute span_id
6 7 8 |
# File 'lib/amlexia/tracing.rb', line 6 def span_id @span_id end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
6 7 8 |
# File 'lib/amlexia/tracing.rb', line 6 def trace_id @trace_id end |
#user_id ⇒ Object
Returns the value of attribute user_id
6 7 8 |
# File 'lib/amlexia/tracing.rb', line 6 def user_id @user_id end |