diff options
| author | mo <mokha@cisco.com> | 2017-05-04 16:47:00 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-05-04 16:47:00 -0600 |
| commit | d47775ca699a41933d49bc150bc1ebb8535ec255 (patch) | |
| tree | 05c1b405959e78bea14abf1c76172bd3d8c1a2b3 /config | |
| parent | 84fedee67ee3b086eb4db4a82e756c3855e8382d (diff) | |
remove newrelic.
Diffstat (limited to 'config')
| -rw-r--r-- | config/newrelic.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/config/newrelic.yml b/config/newrelic.yml deleted file mode 100644 index 0a9ac900..00000000 --- a/config/newrelic.yml +++ /dev/null @@ -1,31 +0,0 @@ -common: &default_settings - license_key: '<%= ENV['NEWRELIC_KEY'] %>' - monitor_mode: true - developer_mode: false - log_level: debug - ssl: true - verify_certificate: true - apdex_t: 0.5 - capture_params: false - transaction_tracer: - enabled: true - transaction_threshold: apdex_f - record_sql: obfuscated - stack_trace_threshold: 0.500 - error_collector: - enabled: true - capture_source: true - ignore_errors: ActionController::RoutingError - -development: - <<: *default_settings - monitor_mode: false - developer_mode: true - -test: - <<: *default_settings - monitor_mode: false - -production: - <<: *default_settings - monitor_mode: true |
