Add APM Insight application name as JVM argument

Mention APM Insight application name as a JVM argument

To mention APM Insight application name in JVM parameters, kindly add the following line to the arguments

      -Dapminsight.application.name=your_app_name

This will override the value specified in apminsight.conf file.

Example:
In Windows, set JAVA_OPTS=%JAVA_OPTS% -Dapminsight.application.name=MyApplication
In Linux, export JAVA_OPTS="$JAVA_OPTS -Dapminsight.application.name=MyApplication"
    • Related Articles

    • How to identify and resolve conflicts between other APM products and the APM Insight .NET agent

      Problem statement: You are experiencing either of the below issues and suspect that another APM product is interfering with the Site24x7 .NET agent. 1. The .NET monitor is not created under APM > APM Insight > Applications, even after the .NET agent ...
    • 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 ...
    • 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 ...
    • Steps to troubleshoot if you see "NO Data" in the Node VM tab

      Problem statement: You are getting No Data under the garbage collection and event loop graphs such as GC Pause Time, GC Pause Frequency, and Event Loop Ticks Per Minute. Prerequisite: The Node.js agent version should be 3.0.0 or higher. Solution: The ...
    • Unable to add SQL insight monitor

      If the SQL Insight monitor is not getting added even after entering your credentials, try these troubleshooting steps: Ensure that the Auto-discover applications feature is enabled. If not, you will need to trigger discovery using the Discover ...