Sha256: 226c914110289bc8ccb6f4f7c69911afda67448f86d7333b4b52f8df9b00e7dd
Contents?: true
Size: 489 Bytes
Versions: 16
Compression:
Stored size: 489 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' module NewRelic class Control module Frameworks class External < NewRelic::Control::Frameworks::Ruby def init_config(options={}) super end end end end end
Version data entries
16 entries across 16 versions & 2 rubygems