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.10.0-java spec/support/fixtures/generated_config.yml
appsignal-3.10.0 spec/support/fixtures/generated_config.yml
appsignal-3.9.3-java spec/support/fixtures/generated_config.yml
appsignal-3.9.3 spec/support/fixtures/generated_config.yml
appsignal-3.9.2-java spec/support/fixtures/generated_config.yml
appsignal-3.9.2 spec/support/fixtures/generated_config.yml
appsignal-3.9.1-java spec/support/fixtures/generated_config.yml
appsignal-3.9.1 spec/support/fixtures/generated_config.yml
appsignal-3.9.0-java spec/support/fixtures/generated_config.yml
appsignal-3.9.0 spec/support/fixtures/generated_config.yml
appsignal-3.8.1-java spec/support/fixtures/generated_config.yml
appsignal-3.8.1 spec/support/fixtures/generated_config.yml
appsignal-3.8.0-java spec/support/fixtures/generated_config.yml
appsignal-3.8.0 spec/support/fixtures/generated_config.yml
appsignal-3.7.6-java spec/support/fixtures/generated_config.yml
appsignal-3.7.6 spec/support/fixtures/generated_config.yml
appsignal-3.7.2-java spec/support/fixtures/generated_config.yml
appsignal-3.7.2 spec/support/fixtures/generated_config.yml
appsignal-3.7.1-java spec/support/fixtures/generated_config.yml
appsignal-3.7.1 spec/support/fixtures/generated_config.yml