Class: NewRelic::Control::Camping

Inherits:
Ruby
  • Object
show all
Defined in:
lib/new_relic/control/camping.rb

Overview

by the new_relic/control.rb file.

Instance Method Summary collapse

Instance Method Details

#init_config(options) ⇒ Object



7
8
9
10
11
# File 'lib/new_relic/control/camping.rb', line 7

def init_config(options)
  super
  @local_env.dispatcher = 'camping'
  self['app_name'] ||= 'Camping Application'
end