Method: OneApm::Agent::SyntheticsMonitor#on_finished_configuring
- Defined in:
- lib/one_apm/agent/synthetics_monitor.rb
#on_finished_configuring(events) ⇒ Object
13 14 15 |
# File 'lib/one_apm/agent/synthetics_monitor.rb', line 13 def on_finished_configuring(events) events.subscribe(:before_call, &method(:on_before_call)) end |