-
-
Save kennym/11001642 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
config/newrelic.yml:2:# This file configures the New Relic Agent. New Relic monitors | |
config/newrelic.yml:4:# For more information, visit www.newrelic.com. | |
config/newrelic.yml:15: # You must specify the license key associated with your New Relic | |
config/newrelic.yml:17: # New Relic service. | |
config/newrelic.yml:18: license_key: '<%= ENV["NEW_RELIC_LICENSE_KEY"] %>' | |
config/newrelic.yml:31: # you'd like it show up in New Relic. The service will then auto-map | |
config/newrelic.yml:45: app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> | |
config/newrelic.yml:48: # application and reports this data to the New Relic service at | |
config/newrelic.yml:49: # newrelic.com. This global switch is normally overridden for each | |
config/newrelic.yml:57: # The newrelic agent generates its own log file to keep its logging | |
config/newrelic.yml:68: # Optionally set the name of the log file, defaults to 'newrelic_agent.log' | |
config/newrelic.yml:69: # log_file_name: 'newrelic_agent.log' | |
config/newrelic.yml:71: # The newrelic agent communicates with the service via https by default. This | |
config/newrelic.yml:79: # New Relic Real User Monitoring gives you insight into the performance real users are | |
config/newrelic.yml:88: # Proxy settings for connecting to the New Relic server. | |
config/newrelic.yml:98: # The agent can optionally log all data it sends to New Relic servers to a | |
config/newrelic.yml:101: # See: https://newrelic.com/docs/ruby/audit-log | |
config/newrelic.yml:115: # transactions and sends this to the New Relic service once a | |
config/newrelic.yml:128: # New Relic. Valid values are any float value, or (default) "apdex_f", | |
config/newrelic.yml:141: # then capture and send to New Relic the current stack trace. This is | |
config/newrelic.yml:155: # sends them to New Relic for viewing | |
config/newrelic.yml:168: # To stop specific errors from reporting to New Relic, set this property | |
config/newrelic.yml:183:# For Java applications, pass -Dnewrelic.environment <environment> to set | |
config/newrelic.yml:187:# provide newrelic configuration settings for these environments here. | |
config/newrelic.yml:191: # Turn off communication to New Relic service in development mode (also | |
config/newrelic.yml:197: # Rails Only - when running in Developer Mode, the New Relic Agent will | |
config/newrelic.yml:213:# Turn on the agent in production for 24x7 monitoring. NewRelic | |
config/newrelic.yml:227: app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging) | |
Gemfile:25:gem 'newrelic_rpm' | |
Gemfile.lock:270: newrelic_rpm (3.7.3.204) | |
Gemfile.lock:474: newrelic_rpm | |
source.sh:36:export NEW_RELIC_APP_NAME="riffledev" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment