Sha256: f15e86d1a2b0875049fa65fd8f55ba7f20177a59118c0ef9f6fe3df46eb39d64

Contents?: true

Size: 915 Bytes

Versions: 23

Compression:

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

development:
  host: the.wrong.host

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
newrelic_rpm-4.0.0.332 test/config/newrelic.yml
newrelic_rpm-3.18.1.330 test/config/newrelic.yml
newrelic_rpm-3.18.0.329 test/config/newrelic.yml
newrelic_rpm-3.17.2.327 test/config/newrelic.yml
newrelic_rpm-3.17.1.326 test/config/newrelic.yml
newrelic_rpm-3.17.0.325 test/config/newrelic.yml
newrelic_rpm-3.16.3.323 test/config/newrelic.yml
newrelic_rpm-3.16.2.321 test/config/newrelic.yml
newrelic_rpm-3.16.1.320 test/config/newrelic.yml
newrelic_rpm-3.16.0.318 test/config/newrelic.yml
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/config/newrelic.yml
newrelic_rpm-3.15.2.317 test/config/newrelic.yml
newrelic_rpm-3.15.1.316 test/config/newrelic.yml
newrelic_rpm-3.15.0.314 test/config/newrelic.yml
newrelic_rpm-3.14.3.313 test/config/newrelic.yml
newrelic_rpm-3.14.2.312 test/config/newrelic.yml
newrelic_rpm-3.14.1.311 test/config/newrelic.yml
newrelic_rpm-3.14.0.305 test/config/newrelic.yml
newrelic_rpm-3.13.2.302 test/config/newrelic.yml
newrelic_rpm-3.13.1.300 test/config/newrelic.yml