Open
Description
As supported by the Ruby agent, can this agent be enhanced to skip transaction or even metric collection by URL path regex?
https://docs.newrelic.com/docs/apm/agents/ruby-agent/api-guides/ignoring-specific-transactions/
We're using Laminas (Zend) for MVC.
ElasticAPM offers this via elastic_apm.transaction_ignore_urls
https://www.elastic.co/guide/en/apm/agent/php/master/configuration-reference.html#config-transaction-ignore-urls
Having this allows us to skip certain ping / health checks that happen frequently for internal purposes, like load balancing.