Customize URL names using PHP agent API

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:

  1. Open the PHP script of the transaction for which you want to customize the URL.
  2. Add the following snippet in any part of the PHP script

<?php 

...

zpa_transaction_name("<any url name>") 

...

                      ?>

Note:
  •  The string must be alpha numeric. Only '_' and '/' are allowed as special characters. Any other special character will be replaced by '_'. 
  • If the API is called after uninstalling the PHP agent, your application would throw error. So remove the API when uninstalling PHP agent. 



    • Related Articles

    • Amendments to Site24x7 Monitor Names

      We've recently renamed a few of our Monitors to help keep in sync with the current IT and DevOps trends. The new monitor names are designed to correctly resonate with the IT & DevOps crowd. We've made necessary changes in the Web client, Help ...
    • How to uninstall the Site24x7 Windows Server Monitoring Agent

      Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
    • Bundled .NET and .NET Core agents in a single MSI

      In APM Insight .NET agent version 6.8.0, the .NET and .NET Core agents have been bundled into a single MSI, enabling unified monitoring of both application types. Upgrade requirements for .NET Core agent 6.7 and below If you're using .NET Core agent ...
    • API exceeded error

      Why do I get an API exceeded error after a few attempts? Every API has a certain limit to the number of requests a user can hit within a period of time, called the rate limit. An error message is triggered when a user does one of the following ...
    • Difference between website monitoring and REST API monitoring

      Website monitoring allows you to monitor your websites and web applications to ensure that they are up and running. Website monitor verifies the availability of specified, addressable, standard HTTP and HTTPS URLs from over 100+ global locations and ...