Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cs_comments_service
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
cs_comments_service
Commits
9b188b87
Commit
9b188b87
authored
Sep 03, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fine tune New Relic config params
parent
cf7e071c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config/newrelic.yml
+4
-4
No files found.
config/newrelic.yml
View file @
9b188b87
...
@@ -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
:
tru
e
auto_instrument
:
fals
e
# 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
:
fals
e
capture_params
:
tru
e
# 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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment