Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

Add Functionality to add new relic APM to ignore health_check route #95

Closed rahil-helios closed 3 years ago

wacaw commented 4 years ago

New Relic for Ruby allows you to selectively disable instrumentation for particular requests within your Rails or Sinatra application. [...] You can ignore transactions by URL using the rules.ignore_url_regexes configuration setting:

https://docs.newrelic.com/docs/agents/ruby-agent/api-guides/ignoring-specific-transactions

ianheggie commented 3 years ago

Thanks wacaw, I think that's the best solution