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