Capturing complete URL of the transactions being performed on the app server

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 on the same app server. You will be able to differentiate which host performs the transactions.
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 ...
                      • 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 ...
                      • Troubleshooting Bad Request and Internal Server error

                        Bad Request & Internal Server error When the server of URL cannot understand the request it has received it responds with a Bad request or a malformed syntax error message. If there is an error in processing the request received by the server, it ...
                      • IIS Server monitor - Issues encountered while adding an IIS server monitor

                        Unable to add an IIS server monitor Prerequisites: Make sure you have performed all the prerequisites for the IIS server monitor. Follow the steps mentioned below to add an IIS server monitor: IIS Server URL accessibility: Check whether the IIS ...
                      • 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 ...