Sha256: 085787752935180a257bf11679a1c6224504c19e5e2ab78306b803e79e613e49

Contents?: true

Size: 971 Bytes

Versions: 8

Compression:

Stored size: 971 Bytes

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

  # 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

8 entries across 8 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.5.130 test/config/newrelic.yml
newrelic_rpm-3.6.4.122 test/config/newrelic.yml
newrelic_rpm-3.6.4.113.beta test/config/newrelic.yml
newrelic_rpm-3.6.3.111 test/config/newrelic.yml
newrelic_rpm-3.6.3.106 test/config/newrelic.yml
newrelic_rpm-3.6.3.105.beta test/config/newrelic.yml
newrelic_rpm-3.6.3.104 test/config/newrelic.yml
newrelic_rpm-3.6.3.103.beta test/config/newrelic.yml