Sha256: edf4e3197735f601b8e5c0680052988391dda3f0a15a935608c777bdebe1ff6b
Contents?: true
Size: 688 Bytes
Versions: 7
Compression:
Stored size: 688 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
7 entries across 7 versions & 1 rubygems