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

Version Path
ghazel-newrelic_rpm-3.1.0.1 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.1.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.1.0.beta5 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.1.0.beta4 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.1.0.djlogging2 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.1.0.djlogging lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.1.0.beta3 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.1.0.beta2 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.0.1 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.1.0.beta1 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.0.0 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.0.0.beta2 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-3.0.0.beta1 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-2.14.1.logging1 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-2.14.1 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-2.14.0 lib/new_relic/control/frameworks/external.rb