Sha256: e02d688bc4f7f67d1b283d562bdf6b61c45528d1ce7ace0f2cfc870cef8e135a

Contents?: true

Size: 766 Bytes

Versions: 16

Compression:

Stored size: 766 Bytes

Contents

common: &default_settings
  app_name: "<%%= ENV.fetch("APP_NAME", <%= app_name %>) %>"
  audit_log:
    enabled: false
  browser_monitoring:
    auto_instrument: true
  capture_params: false
  developer_mode: false
  error_collector:
    capture_source: true
    enabled: true
    ignore_errors: "ActionController::RoutingError,Sinatra::NotFound"
  license_key: "<%%= ENV["NEW_RELIC_LICENSE_KEY"] %>"
  log_level: info
  monitor_mode: true
  transaction_tracer:
    enabled: true
    record_sql: obfuscated
    stack_trace_threshold: 0.500
    transaction_threshold: apdex_f
development:
  <<: *default_settings
  monitor_mode: false
  developer_mode: true
test:
  <<: *default_settings
  monitor_mode: false
production:
  <<: *default_settings
  monitor_mode: true

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
anadea-spark-0.5.0 templates/config/newrelic.yml.erb
anadea-spark-0.4.4 templates/config/newrelic.yml.erb
anadea-spark-0.4.3 templates/config/newrelic.yml.erb
anadea-spark-0.4.2 templates/config/newrelic.yml.erb
anadea-spark-0.4.1 templates/config/newrelic.yml.erb
anadea-spark-0.4.0 templates/config/newrelic.yml.erb
anadea-spark-0.3.2 templates/config/newrelic.yml.erb
anadea-spark-0.3.1 templates/config/newrelic.yml.erb
anadea-spark-0.3.0 templates/config/newrelic.yml.erb
anadea-spark-0.2.1 templates/config/newrelic.yml.erb
anadea-spark-0.2.0 templates/config/newrelic.yml.erb
yupi-0.1.4 templates/config/newrelic.yml.erb
yupi-0.1.3 templates/config/newrelic.yml.erb
yupi-0.1.2 templates/config/newrelic.yml.erb
yupi-0.1.1 templates/config/newrelic.yml.erb
yupi-0.1.0 templates/config/newrelic.yml.erb