Automatic Application Name and Port Assignment in APM Insight

Automatic application name and port assignment

The agent now provides support for assigning application names and ports automatically based on the environment, framework, or application server, reducing manual effort in the configuration process. 

Automatic app name

Add the following line to the configuration file (apminsight.conf) to assign the application name automatically:
  1. auto.appname.enabled=true

Append profile for Spring applications

Add the following line to the configuration file (apminsight.conf) to automatically append any detected profile or release type (e.g., prod, dev) to the application name for Spring applications:
  1. append.profile.autoappname=true
  1. If a port is not configured, it will be automatically assigned based on the request URL.
  2. If the agent fails to detect and assign a valid application name, it will use My Application as the default name.

Save the file

Once the changes are made, ensure you save the apminsight.conf file.
    • Related Articles

    • How can I change my current organization name?

      If you'd like to change your company name—for instance, from Zylker to Vtitan—follow the below steps: Log in to Site24x7. Navigate to My Account > Change Organization Name. On clicking Change Organization Name, you will be redirected to Zoho ...
    • Necessary ports and domains to allow access to the installed On-Premise Poller in my secure network

      If the On-Premise Poller is installed in a secure network, make sure you allow access to the below domains and ports in your firewall to facilitate communication between your server and the Site24x7 central server. Ports to allow: Port 443 (Outbound ...
    • Add Node.js agent in Kubernetes via InitContainers (using prebuilt agent image)

      To integrate the APM Insight Node.js agent into your Kubernetes applications using InitContainers, follow the steps given below: Step 1: Create an empty volume that will be used to copy the agent files during the initContainers process. Example: ...
    • APM Insight integration for Next.js in Kubernetes

      To integrate the Site24x7 APM Insight Next.js agent into your Kubernetes application using initContainers with the prebuilt agent image, follow the steps below: Prerequisites A Next.js application container image The Site24x7 APM Insight license key ...
    • 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 ...