Sha256: f242c81912582f308715e7d3676936e959340a200348b8cfadfa17126b71d0c8

Contents?: true

Size: 1.56 KB

Versions: 32

Compression:

Stored size: 1.56 KB

Contents

#
# This file configures the New Relic Agent.  New Relic monitors Ruby, Java,
# .NET, PHP, Python, Node, and Go applications with deep visibility and low
# overhead.  For more information, visit www.newrelic.com.
#
# Generated <%= Time.now.strftime('%B %d, %Y') %><%= ", for version #{@agent_version}" if @agent_version %>
#<%= "\n# #{generated_for_user}\n#" if generated_for_user %>
# For full documentation of agent configuration options, please refer to
# https://docs.newrelic.com/docs/agents/ruby-agent/installation-configuration/ruby-agent-configuration

common: &default_settings
  # Required license key associated with your New Relic account.
  license_key: <%= license_key %>

  # Your application name. Renaming here affects where data displays in New
  # Relic.  For more details, see https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/renaming-applications
  app_name: <%= app_name %>

  # To disable the agent regardless of other settings, uncomment the following:
  # agent_enabled: false

  # Logging level for log/newrelic_agent.log
  log_level: info


# Environment-specific settings are in this section.
# RAILS_ENV or RACK_ENV (as appropriate) is used to determine the environment.
# If your application has other named environments, configure them here.
development:
  <<: *default_settings
  app_name: <%= app_name %> (Development)

test:
  <<: *default_settings
  # It doesn't make sense to report to New Relic from automated test runs.
  monitor_mode: false

staging:
  <<: *default_settings
  app_name: <%= app_name %> (Staging)

production:
  <<: *default_settings

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
newrelic_rpm-7.2.0 newrelic.yml
newrelic_rpm-7.1.0 newrelic.yml
newrelic_rpm-7.0.0 newrelic.yml
newrelic_rpm-6.15.0 newrelic.yml
newrelic_rpm-6.14.0 newrelic.yml
newrelic_rpm-6.13.1 newrelic.yml
newrelic_rpm-6.13.0 newrelic.yml
newrelic_rpm-6.12.0.367 newrelic.yml
newrelic_rpm-6.11.0.365 newrelic.yml
newrelic_rpm-6.10.0.364 newrelic.yml
newrelic_rpm-6.9.0.363 newrelic.yml
newrelic_rpm-6.8.0.360 newrelic.yml
newrelic_rpm-6.7.0.359 newrelic.yml
newrelic_rpm-6.6.0.358 newrelic.yml
newrelic_rpm-6.5.0.357 newrelic.yml
newrelic_rpm-6.4.0.356 newrelic.yml
newrelic_rpm-6.3.0.355 newrelic.yml
newrelic_rpm-6.2.0.354 newrelic.yml
newrelic_rpm-6.1.0.352 newrelic.yml
newrelic_rpm-6.0.0.351 newrelic.yml