Sha256: 37b6f2271a38b4364cdf53d1c9241181ee55f79ef69da2a42bc2ba1f0dfd5800
Contents?: true
Size: 773 Bytes
Versions: 143
Compression:
Stored size: 773 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: "<%= push_api_key %>" # Your app's name name: "<%= Rails.application.class.parent_name %>" # 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. <% environments.each do |environment| -%> <%= environment %>: <<: *defaults active: true <%= "\n" unless environment == environments.last -%> <% end -%>
Version data entries
143 entries across 143 versions & 1 rubygems