Commit 9b188b87 by David Ormsbee

Fine tune New Relic config params

parent cf7e071c
...@@ -98,7 +98,7 @@ common: &default_settings ...@@ -98,7 +98,7 @@ common: &default_settings
browser_monitoring: browser_monitoring:
# By default the agent automatically injects the monitoring JavaScript # By default the agent automatically injects the monitoring JavaScript
# into web pages. Set this attribute to false to turn off this behavior. # into web pages. Set this attribute to false to turn off this behavior.
auto_instrument: true auto_instrument: false
# Proxy settings for connecting to the service. # Proxy settings for connecting to the service.
# #
...@@ -118,7 +118,7 @@ common: &default_settings ...@@ -118,7 +118,7 @@ common: &default_settings
# Java: create a config setting called "ignored_params" and set it to # Java: create a config setting called "ignored_params" and set it to
# a comma separated list of HTTP parameter names. # a comma separated list of HTTP parameter names.
# ex: ignored_params: credit_card, ssn, password # ex: ignored_params: credit_card, ssn, password
capture_params: false capture_params: true
# Transaction tracer captures deep information about slow # Transaction tracer captures deep information about slow
...@@ -144,7 +144,7 @@ common: &default_settings ...@@ -144,7 +144,7 @@ common: &default_settings
# recorded. The recorder has three modes, "off" which sends no # recorded. The recorder has three modes, "off" which sends no
# SQL, "raw" which sends the SQL statement in its original form, # SQL, "raw" which sends the SQL statement in its original form,
# and "obfuscated", which strips out numeric and string literals # and "obfuscated", which strips out numeric and string literals
record_sql: obfuscated record_sql: raw
# Threshold in seconds for when to collect stack trace for a SQL # Threshold in seconds for when to collect stack trace for a SQL
# call. In other words, when SQL statements exceed this threshold, # call. In other words, when SQL statements exceed this threshold,
...@@ -257,4 +257,4 @@ staging: ...@@ -257,4 +257,4 @@ staging:
loadtest: loadtest:
<<: *default_settings <<: *default_settings
monitor_mode: true monitor_mode: true
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging) app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Load Test)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment