Skip to content

Instantly share code, notes, and snippets.

@Shark
Created April 17, 2019 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shark/29e9238079402e5d4fc4d3da3629d09a to your computer and use it in GitHub Desktop.
Save Shark/29e9238079402e5d4fc4d3da3629d09a to your computer and use it in GitHub Desktop.
AppSignal Host Metrics
default: &defaults
revision: "<%= ENV['GIT_REV'].try(:[], 0..8) %>"
ignore_actions:
- HealthController#health_check
- HealthController#application_status
# Exclude REQUEST_URI, since it contains unfiltered url parameters
request_headers:
- HTTP_ACCEPT
- HTTP_ACCEPT_CHARSET
- HTTP_ACCEPT_ENCODING
- HTTP_ACCEPT_LANGUAGE
- HTTP_CACHE_CONTROL
- HTTP_CONNECTION
- CONTENT_LENGTH
- PATH_INFO
- HTTP_RANGE
- REQUEST_METHOD
- SERVER_NAME
- SERVER_PORT
- SERVER_PROTOCOL
production:
<<: *defaults
staging:
<<: *defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment