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-4.0.6-java spec/support/fixtures/generated_config.yml
appsignal-4.0.6 spec/support/fixtures/generated_config.yml
appsignal-4.0.5-java spec/support/fixtures/generated_config.yml
appsignal-4.0.5 spec/support/fixtures/generated_config.yml
appsignal-4.0.4-java spec/support/fixtures/generated_config.yml
appsignal-4.0.4 spec/support/fixtures/generated_config.yml
appsignal-4.0.3-java spec/support/fixtures/generated_config.yml
appsignal-4.0.3 spec/support/fixtures/generated_config.yml
appsignal-4.0.2-java spec/support/fixtures/generated_config.yml
appsignal-4.0.2 spec/support/fixtures/generated_config.yml
appsignal-4.0.1-java spec/support/fixtures/generated_config.yml
appsignal-4.0.1 spec/support/fixtures/generated_config.yml
appsignal-4.0.0-java spec/support/fixtures/generated_config.yml
appsignal-4.0.0 spec/support/fixtures/generated_config.yml
appsignal-3.13.1-java spec/support/fixtures/generated_config.yml
appsignal-3.13.1 spec/support/fixtures/generated_config.yml
appsignal-3.13.1.alpha.1-java spec/support/fixtures/generated_config.yml
appsignal-3.13.1.alpha.1 spec/support/fixtures/generated_config.yml
appsignal-4.0.0.beta.2-java spec/support/fixtures/generated_config.yml
appsignal-4.0.0.beta.2 spec/support/fixtures/generated_config.yml