class NewRelic::Control::Frameworks::External
This is the control used when starting up in the context of The New Relic Infrastructure Agent
. We want to call this out specifically because in this context we are not monitoring the running process, but actually external things.
Public Instance Methods
Source
# File lib/new_relic/control/frameworks/external.rb, line 14 def init_config(options = {}) super end
Calls superclass method
NewRelic::Control::Frameworks::Ruby#init_config