How to ignore transactions from monitoring?
To ignore or drop transactions from monitoring by the APM Insight PHP agent, follow the below-given steps.
Install APM Insight PHP agent in your application and add a configuration file /opt/zpa/conf/transaction_drop_patterns.conf
Add transaction patterns using glob_patterns. If you are using wildcard characters like * to filter, define them with '/' delimiter.
Restart the PHP Agent service.
Perform transactions matching the drop patterns.
New to ADSelfService Plus?
Related Articles
Monitoring HAProxy - Configuring the HAProxy Stats page
To effectively monitor an HAProxy instance, you can enable and access the HAProxy stats page, which provides real-time metrics about HAProxy's performance. Steps to Enable HAProxy Stats: Open the HAProxy Configuration File: The HAProxy configuration ...
How to exclude HTTP errors from monitoring
Common HTTP errors can be ignored from being tracked to reduce the noise in your monitoring environment. To ignore such HTTP errors, please follow the instructions given below. APM -> Applications/Instances -> Monitor Actions > Edit -> APM Insight ...
FAQs related to Windows Service monitoring
After installing APM Insight Windows service monitoring agent , if you don't see data in the Applications Manager console, or if you are unable to add monitors, follow the steps given below to troubleshoot. If few monitors are not getting added Check ...
How to capture complete URL of transactions performed on application server?
By adding the below option in apminsight.conf file, the agent will start collecting the complete URLs of the transactions being performed. webtransaction.naming.use.requesturl=true This option will be helpful when you have multiple virtual hosts ...
Capturing complete URL of the transactions being performed on the app server
By adding the config webtransaction.naming.use.requesturl=true in apminsight.conf file, the agent will start collecting the complete URLs of the transactions being performed. This option will be helpful when you have multiple virtual hosts configured ...