Created
June 1, 2011 19:15
-
-
Save hone/1003064 to your computer and use it in GitHub Desktop.
New Relic config for Cedar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
<%= ENV["RAILS_ENV"] %>: | |
error_collector: | |
capture_source: true | |
enabled: true | |
ignore_errors: ActionController::RoutingError | |
apdex_t: 0.5 | |
ssl: false | |
monitor_mode: true | |
license_key: <%= ENV["NEW_RELIC_LICENSE_KEY"] %> | |
developer_mode: false | |
app_name: <%= ENV["NEW_RELIC_APPNAME"] %> | |
transaction_tracer: | |
record_sql: obfuscated | |
enabled: true | |
stack_trace_threshold: 0.5 | |
transaction_threshold: apdex_f | |
capture_params: false | |
log_level: info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment