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

Version Path
newrelic_rpm-8.2.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-8.1.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-8.0.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-7.2.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-7.1.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-7.0.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-6.15.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-6.14.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-6.13.1 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-6.13.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-6.12.0.367 lib/new_relic/control/frameworks/external.rb