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.
-
#scheduler_snapshot ⇒ Object
readonly
Returns the value of attribute scheduler_snapshot.
-
#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
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def execution_context @execution_context end |
#fiber_id ⇒ Object (readonly)
Returns the value of attribute fiber_id
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def fiber_id @fiber_id end |
#handle ⇒ Object (readonly)
Returns the value of attribute handle
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def handle @handle end |
#location ⇒ Object (readonly)
Returns the value of attribute location
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def location @location end |
#measurements ⇒ Object (readonly)
Returns the value of attribute measurements
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def measurements @measurements end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def operation @operation end |
#scheduler_snapshot ⇒ Object (readonly)
Returns the value of attribute scheduler_snapshot
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def scheduler_snapshot @scheduler_snapshot end |
#started_monotonic_ns ⇒ Object (readonly)
Returns the value of attribute started_monotonic_ns
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def started_monotonic_ns @started_monotonic_ns end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
23 24 25 |
# File 'lib/fiber_audit/runtime/probes/base.rb', line 23 def thread_id @thread_id end |