module NewRelic::Agent::Configuration

Constants

AUTOSTART_BLACKLISTED_RAKE_TASKS
DEFAULTS
MASK_DEFAULTS

Public Class Methods

value_of(key) click to toggle source

Helper since default Procs are evaluated in the context of this module

# File lib/new_relic/agent/configuration/default_source.rb, line 11
def self.value_of(key)
  Proc.new do
    NewRelic::Agent.config[key]
  end
end