Sha256: 00cbb963ee9f4f660af0c81befe5dddbc024eae3bc575eab7f03ef862faf569a

Contents?: true

Size: 981 Bytes

Versions: 37

Compression:

Stored size: 981 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
  log_file_path: <%= 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
    
  

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
ghazel-newrelic_rpm-3.1.0.1 test/config/newrelic.yml
newrelic_rpm-3.1.0 test/config/newrelic.yml
newrelic_rpm-3.1.0.beta5 test/config/newrelic.yml
newrelic_rpm-3.1.0.beta4 test/config/newrelic.yml
newrelic_rpm-3.1.0.djlogging2 test/config/newrelic.yml
newrelic_rpm-3.1.0.djlogging test/config/newrelic.yml
newrelic_rpm-3.1.0.beta3 test/config/newrelic.yml
newrelic_rpm-3.1.0.beta2 test/config/newrelic.yml
newrelic_rpm-3.0.1 test/config/newrelic.yml
newrelic_rpm-3.1.0.beta1 test/config/newrelic.yml
newrelic_rpm-3.0.0 test/config/newrelic.yml
newrelic_rpm-3.0.0.beta2 test/config/newrelic.yml
newrelic_rpm-3.0.0.beta1 test/config/newrelic.yml
newrelic_rpm-2.14.1.logging1 test/config/newrelic.yml
newrelic_rpm-2.14.1 test/config/newrelic.yml
newrelic_rpm-2.13.4.rum6 test/config/newrelic.yml
newrelic_rpm-2.14.0 test/config/newrelic.yml
newrelic_rpm-2.13.4.rum5 test/config/newrelic.yml
newrelic_rpm-2.13.6.beta2 test/config/newrelic.yml
newrelic_rpm-2.13.6.beta1 test/config/newrelic.yml