<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 config/database.yml
 config/amazon_s3.yml
+config/newrelic.yml
 config/wagn.rb
 log/*
 tmp/*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -3,15 +3,15 @@
 # applications with deep visibility and low overhead.  For more information, 
 # visit www.newrelic.com.
 #
-# 
+# This configuration file is custom generated for wagn
 #
 # here are the settings that are common to all environments
 common: &amp;default_settings
   # ============================== LICENSE KEY ===============================
   # You must specify the licence key associated with your New Relic account.
   # This key binds your Agent's data to your account in the New Relic RPM service.
-  license_key: 'PASTE_YOUR_KEY_HERE'
-
+  license_key: 'ea55d949fada01a43182f50392adc903208e1b28'
+  
   # Application Name
   # Set this to be the name of your application as you'd like it show up in RPM.
   # RPM will then auto-map instances of your application into a RPM &quot;application&quot;
@@ -19,7 +19,6 @@ common: &amp;default_settings
   # defining applications.
   app_name: My Application
 
-
   # the 'enabled' setting is used to turn on the NewRelic Agent.  When false,
   # your application is not instrumented and the Agent does not start up or
   # collect any data; it is a complete shut-off.
@@ -42,13 +41,20 @@ common: &amp;default_settings
   # it should not impact response times.
   ssl: false
   
+  # Set your application's Apdex threshold value with the 'apdex_t' setting, in seconds. The
+  # apdex_t value determines the buckets used to compute your overall Apdex score. Requests
+  # that take less than apdex_t seconds to process will be classified as Satisfying transactions;
+  # more than apdex_t seconds as Tolerating transactions; and more than four times the apdex_t 
+  # value as Frustrating transactions. For more
+  # about the Apdex standard, see http://support.newrelic.com/faqs/general/apdex
+  apdex_t: 1.0
 
   # Proxy settings for connecting to the RPM server.
   #
   # If a proxy is used, the host setting is required.  Other settings are optional.  Default
   # port is 8080.
   #
-  # proxy_host: proxy.sample.com
+  # proxy_host: hostname
   # proxy_port: 8080
   # proxy_user:
   # proxy_pass:
@@ -57,46 +63,46 @@ common: &amp;default_settings
   # Tells transaction tracer and error collector (when enabled) whether or not to capture HTTP params. 
   # When true, the RoR filter_parameters mechanism is used so that sensitive parameters are not recorded
   capture_params: false
-  
+
+
   # Transaction tracer captures deep information about slow
   # transactions and sends this to the RPM service once a minute. Included in the
   # transaction is the exact call sequence of the transactions including any SQL statements
   # issued.
   transaction_tracer:
-
+  
     # Transaction tracer is enabled by default. Set this to false to turn it off. This feature
     # is only available at the Silver and above product levels.
     enabled: true
-
-
+  
+ 
     # When transaction tracer is on, SQL statements can optionally be recorded. The recorder
     # has three modes, &quot;off&quot; which sends no SQL, &quot;raw&quot; which sends the SQL statement in its 
     # original form, and &quot;obfuscated&quot;, which strips out numeric and string literals
     record_sql: obfuscated
-
+    
     # Threshold in seconds for when to collect stack trace for a SQL call. In other words, 
     # when SQL statements exceed this threshold, then capture and send to RPM the current
     # stack trace. This is helpful for pinpointing where long SQL calls originate from  
     stack_trace_threshold: 0.500
-
+  
   # Error collector captures information about uncaught exceptions and sends them to RPM for
   # viewing
   error_collector:
-
+    
     # Error collector is enabled by default. Set this to false to turn it off. This feature
     # is only available at the Silver and above product levels
     enabled: true
-
+    
     # Tells error collector whether or not to capture a source snippet around the place of the
     # error when errors are View related.
     capture_source: true    
-
+    
     # To stop specific errors from reporting to RPM, set this property to comma separated 
     # values
     #
     #ignore_errors: ActionController::RoutingError, ...
 
-     
 
 # override default settings based on your application's environment
 
@@ -134,5 +140,5 @@ production:
 # the agent turned on.
 staging:
   &lt;&lt;: *default_settings
-  enabled: true         
-  app_name: My Application (Staging) 
+  enabled: true
+  app_name: My Application (Staging)</diff>
      <filename>config/newrelic.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8611087182bc6bdd8d455d4e56a1054b80365322</id>
    </parent>
  </parents>
  <author>
    <name>Lewis Hoffman</name>
    <email>lewis@grasscommons.org</email>
  </author>
  <url>http://github.com/wagn/wagn/commit/24af8a09023d87936336c1bbcc357b2de73c0492</url>
  <id>24af8a09023d87936336c1bbcc357b2de73c0492</id>
  <committed-date>2009-06-11T11:48:44-07:00</committed-date>
  <authored-date>2009-06-11T11:48:44-07:00</authored-date>
  <message>remove &amp; ignore newrelic config</message>
  <tree>6437d3044232cdbcdf0c5b9adaabe1e2266bdcd5</tree>
  <committer>
    <name>Lewis Hoffman</name>
    <email>lewis@grasscommons.org</email>
  </committer>
</commit>
