To prevent HAProxy healthchecks from skewing our NewRelic data, this checks the User Agent and then ignores the transaction
Add this line to your application's Gemfile:
gem 'ignore_haproxy_healthcheck', git: "https://github.com/chendo/ignore_haproxy_healthcheck"
It automatically inserts the middleware at the top of the stack.