Class: Sqreen::Ecosystem::TracingBroker::ObserverLookup
- Inherits:
-
Struct
- Object
- Struct
- Sqreen::Ecosystem::TracingBroker::ObserverLookup
- Defined in:
- lib/sqreen/ecosystem/tracing_broker.rb
Overview
Stores a lookup resolution so that lookup (incl. sampling) is done only once, not in the beginning of the producer code (when it asks whether it should proceed) and again once it delivers the data
Instance Attribute Summary collapse
-
#modules ⇒ Object
Returns the value of attribute modules.
Instance Attribute Details
#modules ⇒ Object
Returns the value of attribute modules
18 19 20 |
# File 'lib/sqreen/ecosystem/tracing_broker.rb', line 18 def modules @modules end |