Sha256: 0e216837794e1dea0b399694c1694385dd1a42e7c5bdf970b06f18244ef5f34a

Contents?: true

Size: 906 Bytes

Versions: 20

Compression:

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

  # 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
    
  

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
onyx_newrelic_rpm-2.12.5 test/config/newrelic.yml
newrelic_rpm-2.12.3 test/config/newrelic.yml
newrelic_rpm-2.12.2 test/config/newrelic.yml
newrelic_rpm-2.12.2.beta2 test/config/newrelic.yml
newrelic_rpm-2.12.2.beta test/config/newrelic.yml
newrelic_rpm-2.12.1 test/config/newrelic.yml
newrelic_rpm-2.12.1.alpha test/config/newrelic.yml
newrelic_rpm-2.12.0 test/config/newrelic.yml
newrelic_rpm-2.11.3 test/config/newrelic.yml
newrelic_rpm-2.11.2 test/config/newrelic.yml
newrelic_rpm-2.11.2.beta2 test/config/newrelic.yml
newrelic_rpm-2.11.2.beta test/config/newrelic.yml
newrelic_rpm-2.11.1 test/config/newrelic.yml
newrelic_rpm-2.11.0.beta2 test/config/newrelic.yml
newrelic_rpm-2.11.0.beta test/config/newrelic.yml
newrelic_rpm-2.10.8 test/config/newrelic.yml
newrelic_rpm-2.10.6 test/config/newrelic.yml
newrelic_rpm-2.10.5 test/config/newrelic.yml
newrelic_rpm-2.10.4 test/config/newrelic.yml
newrelic_rpm-2.10.3 test/config/newrelic.yml