Sha256: af9ffbb5889e529f1c295cdfceec7816ee5500ce57a3b82cddd9161a7907a344

Contents?: true

Size: 657 Bytes

Versions: 650

Compression:

Stored size: 657 Bytes

Contents

default: &defaults
  # Your push api key, it is possible to set this dynamically using ERB:
  # push_api_key: "<%= ENV['APPSIGNAL_PUSH_API_KEY'] %>"
  push_api_key: "my_app_key"

  # Your app's name
  name: "MyApp"

  # The cuttoff point in ms above which a request is considered slow, default is 200
  # slow_request_threshold: 200

  # Actions that should not be monitored by AppSignal
  # ignore_actions:
  #   - ApplicationController#isup

# Configuration per environment, leave out an environment or set active
# to false to not push metrics for that environment.
development:
  <<: *defaults
  active: true

production:
  <<: *defaults
  active: true

Version data entries

650 entries across 650 versions & 1 rubygems

Version Path
appsignal-3.3.11-java spec/support/fixtures/generated_config.yml
appsignal-3.3.11 spec/support/fixtures/generated_config.yml
appsignal-3.4.10-java spec/support/fixtures/generated_config.yml
appsignal-3.4.10 spec/support/fixtures/generated_config.yml
appsignal-3.4.9-java spec/support/fixtures/generated_config.yml
appsignal-3.4.9 spec/support/fixtures/generated_config.yml
appsignal-3.4.8-java spec/support/fixtures/generated_config.yml
appsignal-3.4.8 spec/support/fixtures/generated_config.yml
appsignal-3.4.7-java spec/support/fixtures/generated_config.yml
appsignal-3.4.7 spec/support/fixtures/generated_config.yml
appsignal-3.4.6-java spec/support/fixtures/generated_config.yml
appsignal-3.4.6 spec/support/fixtures/generated_config.yml
appsignal-3.4.5-java spec/support/fixtures/generated_config.yml
appsignal-3.4.5 spec/support/fixtures/generated_config.yml
appsignal-3.4.4-java spec/support/fixtures/generated_config.yml
appsignal-3.4.4 spec/support/fixtures/generated_config.yml
appsignal-3.4.3-java spec/support/fixtures/generated_config.yml
appsignal-3.4.3 spec/support/fixtures/generated_config.yml
appsignal-3.4.2-java spec/support/fixtures/generated_config.yml
appsignal-3.4.2 spec/support/fixtures/generated_config.yml