Sha256: 2abdada71a008393227318a2722bbf9aacf2acaaf9f474ee562d99c287d6f492
Contents?: true
Size: 513 Bytes
Versions: 87
Compression:
Stored size: 513 Bytes
Contents
require 'new_relic/control/frameworks/ruby' module NewRelic class Control module Frameworks # 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. class External < NewRelic::Control::Frameworks::Ruby def init_config(options={}) super end end end end end
Version data entries
87 entries across 87 versions & 5 rubygems