Sha256: d7f3cb9e919d961613fce7102d251c8bcc68e6b82eb8326539c40bef9b6c35bd

Contents?: true

Size: 423 Bytes

Versions: 3

Compression:

Stored size: 423 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'

class NewRelic::Control::Frameworks::External < NewRelic::Control::Frameworks::Ruby

  def init_config(options={})
    super
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newrelic_rpm-2.13.0.beta5 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-2.13.0.beta4 lib/new_relic/control/frameworks/external.rb
newrelic_rpm-2.13.0.beta3 lib/new_relic/control/frameworks/external.rb