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

init_config(options={}) click to toggle source
# File lib/new_relic/control/frameworks/external.rb, line 13
def init_config(options={})
  super
end