| Module | NewRelic::Control::Instrumentation |
| In: |
lib/new_relic/control/instrumentation.rb
|
Contains methods that relate to adding and executing files that contain instrumentation for the Ruby Agent
Add instrumentation. Don‘t call this directly. Use NewRelic::Agent#add_instrumentation. This will load the file synchronously if we‘ve already loaded the default instrumentation, otherwise instrumentation files specified here will be deferred until all instrumentation is run
This happens after the agent has loaded and all dependencies are ready to be instrumented
Signals the agent that it‘s time to actually load the instrumentation files. May be overridden by subclasses