Sha256: 38006ed3dc7daea73ab748cdf28624a4e7477d3fce306472616452ffc51e98e9

Contents?: true

Size: 963 Bytes

Versions: 19

Compression:

Stored size: 963 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

19 entries across 19 versions & 1 rubygems

Version Path
newrelic_rpm-3.8.1.221 test/config/newrelic.yml
newrelic_rpm-3.8.0.218 test/config/newrelic.yml
newrelic_rpm-3.7.3.204 test/config/newrelic.yml
newrelic_rpm-3.7.3.199 test/config/newrelic.yml
newrelic_rpm-3.7.2.195 test/config/newrelic.yml
newrelic_rpm-3.7.2.192 test/config/newrelic.yml
newrelic_rpm-3.7.2.190.beta test/config/newrelic.yml
newrelic_rpm-3.7.1.188 test/config/newrelic.yml
newrelic_rpm-3.7.1.182 test/config/newrelic.yml
newrelic_rpm-3.7.1.180 test/config/newrelic.yml
newrelic_rpm-3.7.0.177 test/config/newrelic.yml
newrelic_rpm-3.7.0.174.beta test/config/newrelic.yml
newrelic_rpm-3.6.9.171 test/config/newrelic.yml
newrelic_rpm-3.6.8.168 test/config/newrelic.yml
newrelic_rpm-3.6.8.164 test/config/newrelic.yml
newrelic_rpm-3.6.7.159 test/config/newrelic.yml
newrelic_rpm-3.6.7.159.beta test/config/newrelic.yml
newrelic_rpm-3.6.7.152 test/config/newrelic.yml
newrelic_rpm-3.6.6.147 test/config/newrelic.yml