Sha256: bf88b09ba845c547639411137a18fb68ab35aa3a2e9a8c8e99e28764a4ba1f03
Contents?: true
Size: 686 Bytes
Versions: 11
Compression:
Stored size: 686 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. 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
11 entries across 11 versions & 1 rubygems