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.2-java spec/support/fixtures/generated_config.yml
appsignal-3.3.2 spec/support/fixtures/generated_config.yml
appsignal-3.3.1-java spec/support/fixtures/generated_config.yml
appsignal-3.3.1 spec/support/fixtures/generated_config.yml
appsignal-3.3.0-java spec/support/fixtures/generated_config.yml
appsignal-3.3.0 spec/support/fixtures/generated_config.yml
appsignal-3.2.2-java spec/support/fixtures/generated_config.yml
appsignal-3.2.2 spec/support/fixtures/generated_config.yml
appsignal-3.2.1-java spec/support/fixtures/generated_config.yml
appsignal-3.2.1 spec/support/fixtures/generated_config.yml
appsignal-3.2.0-java spec/support/fixtures/generated_config.yml
appsignal-3.2.0 spec/support/fixtures/generated_config.yml
appsignal-3.1.6-java spec/support/fixtures/generated_config.yml
appsignal-3.1.6 spec/support/fixtures/generated_config.yml
appsignal-3.1.5-java spec/support/fixtures/generated_config.yml
appsignal-3.1.5 spec/support/fixtures/generated_config.yml
appsignal-3.1.4-java spec/support/fixtures/generated_config.yml
appsignal-3.1.4 spec/support/fixtures/generated_config.yml
appsignal-3.1.3-java spec/support/fixtures/generated_config.yml
appsignal-3.1.3 spec/support/fixtures/generated_config.yml