Remove monitoring for some specific URL in on application - Elastic APM

Trying to implement APM newly in one of my test cluster.

My test application has some 6+ URL's which starts with same domain, I need to remove monitoring for some specific URL in on application.
Is there any option to achieve this?

Thanks

In the configuration, there is one category TransactionIgnoreUrls

"ElasticApm__TransactionIgnoreUrls": /mention all the URLs/

Try like "IgnoreURL1, IgnoreURL2" and not an array like ["IgnoreURL1", "IgnoreURL2"]

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.