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 configured on same app server. You will be able to differentiate in which host the transactions are performed.
New to ADSelfService Plus?
Related Articles
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 ...
Troubleshooting URL Monitor
Here are few of the common errors you may come across in URL monitor, we have mentioned the steps you can follow to troubleshoot them. General troubleshooting for URL monitor Ensure that the URL is accessible from the server in which Applications ...
How to capture username in Real User Monitor using Custom API?
Custom APIs in Real User Monitor serve various functions, such as setting dynamic values for user IDs, capturing JavaScript (JS) errors, specifying session timeout, and more. They enhance user session tracking in Real User Monitor, providing a more ...
Customize URL names using PHP agent API
With APM Insight PHP agent, you can customize URL names for your web transactions. Here's how you can do it: Open the PHP script of the transaction for which you want to customize the URL. Add the following snippet in any part of the PHP script <?php ...
What types of error codes can APM Insight PHP agent capture?
The APM Insight PHP Agent is designed to capture the errors that occur within your PHP application. Though the agent does well in capturing application-level errors, it may not report web server-originated errors like 502 Bad Gateway unless they are ...