Class: FiberAudit::Runtime::Probes::Base::Observation
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Runtime::Probes::Base::Observation
- Defined in:
- lib/fiber_audit/runtime/probes/base.rb
Instance Attribute Summary collapse
-
#execution_context ⇒ Object
readonly
Returns the value of attribute execution_context.
-
#fiber_id ⇒ Object
readonly
Returns the value of attribute fiber_id.
-
#handle ⇒ Object
readonly
Returns the value of attribute handle.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#measurements ⇒ Object
readonly
Returns the value of attribute measurements.
-
#operation ⇒ Object
readonly
Returns the value of attribute operation.
-
#started_monotonic_ns ⇒ Object
readonly
Returns the value of attribute started_monotonic_ns.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
Instance Attribute Details
#execution_context ⇒ Object (readonly)
Returns the value of attribute execution_context
22 23 24 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 22 def execution_context @execution_context end |
#fiber_id ⇒ Object (readonly)
Returns the value of attribute fiber_id
22 23 24 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 22 def fiber_id @fiber_id end |
#handle ⇒ Object (readonly)
Returns the value of attribute handle
22 23 24 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 22 def handle @handle end |
#location ⇒ Object (readonly)
Returns the value of attribute location
22 23 24 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 22 def location @location end |
#measurements ⇒ Object (readonly)
Returns the value of attribute measurements
22 23 24 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 22 def measurements @measurements end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation
22 23 24 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 22 def operation @operation end |
#started_monotonic_ns ⇒ Object (readonly)
Returns the value of attribute started_monotonic_ns
22 23 24 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 22 def started_monotonic_ns @started_monotonic_ns end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
22 23 24 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 22 def thread_id @thread_id end |