Sha256: 5d18aa8580c4fb264192979eb1b9ed4a25a461e6351c432ebe63ee5188e77337

Contents?: true

Size: 1.03 KB

Versions: 28

Compression:

Stored size: 1.03 KB

Contents

# This is the config file loaded when running unit tests locally.
common: &default_settings
  transaction_tracer:
    enabled: true
    record_sql: raw

test:
  <<: *default_settings
  host: localhost
  port: 3000
  log_level: info
  capture_params: true
  agent_enabled: false
  monitor_mode: false
  developer_mode: true
  disable_samplers: true
  api_host: 127.0.0.1
  api_port: 443
  message: '<%= generated_for_user %>'
  license_key: '<%= license_key %>'
  agent_enabled: auto
  apdex_t: 1.1
  app_name:
    - a
    - b
    - c
  log_file_path: <%= ::Rails::VERSION::MAJOR >= 3 ? Rails.root : RAILS_ROOT %>/log

  # Some fixtures for newrelic.yml parsing tests
  erb_value: <%= 'hey'*3 %>
  tval: true
  tstring: 'true'
  fval: false
  yval: yes
  sval: sure
    
  transaction_tracer:
    record_sql: raw
    transaction_threshold: Apdex_f # case insensitive
    explain_threshold: 0.1
    explain_enabled: true
    stack_trace_threshold: 0.1
    
  error_collector:
    enabled: true
    capture_source: true

development:
  host: the.wrong.host

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
newrelic_rpm-3.6.2.96 test/config/newrelic.yml
newrelic_rpm-3.6.2.90.beta test/config/newrelic.yml
newrelic_rpm-3.6.1.88 test/config/newrelic.yml
newrelic_rpm-3.6.1.87 test/config/newrelic.yml
newrelic_rpm-3.6.1.86.beta test/config/newrelic.yml
newrelic_rpm-3.6.1.85.beta test/config/newrelic.yml
newrelic_rpm-3.6.0.83 test/config/newrelic.yml
newrelic_rpm-3.6.0.78 test/config/newrelic.yml
wd_newrelic_rpm-3.5.8 test/config/newrelic.yml
sundawg_newrelic_rpm-3.5.8.2 test/config/newrelic.yml
sundawg_newrelic_rpm-3.5.8.1 test/config/newrelic.yml
newrelic_rpm-3.6.0.74.beta test/config/newrelic.yml
newrelic_rpm-3.5.8.72 test/config/newrelic.yml
newrelic_rpm-3.5.8.70 test/config/newrelic.yml
newrelic_rpm-3.5.8.64.beta test/config/newrelic.yml
newrelic_rpm-3.5.7.59 test/config/newrelic.yml
newrelic_rpm-3.5.7.59.beta test/config/newrelic.yml
newrelic_rpm-3.5.7.58.beta test/config/newrelic.yml
wd_newrelic_rpm-3.5.6 test/config/newrelic.yml
newrelic_rpm-3.5.7.57.beta test/config/newrelic.yml