Sha256: 625f54b99309201f9100de5da7af45695d94916848c0f50408c4b737ba4c3716
Contents?: true
Size: 352 Bytes
Versions: 7
Compression:
Stored size: 352 Bytes
Contents
# This agent is loaded by the plug when the plug-in is disabled # It recreates just enough of the API to not break any clients that # invoke the Agent. class NewRelic::Agent::ShimAgent < NewRelic::Agent::Agent def self.instance @instance ||= self.new end def ensure_worker_thread_started; end def start *args; end def shutdown; end end
Version data entries
7 entries across 7 versions & 1 rubygems