How to rename an existing APM - Java agent application's monitor?

How to rename an existing APM - Java agent application's monitor?

In Applications Manager's APM(Application Performance Monitoring) doesn't support renaming applications/monitors from the web client. However, the application name of an existing application instance can be renamed in the `apminsight.conf` file and the agent associated with that instance will start collecting and sending data to the newly-created monitor.

Please follow the steps below to successfully rename the application name for an existing APM Insight instance:
  1. Go to the directory where you have the APM Insight agent jar and its configuration files.
  2. Delete the `apminsight.info` file if it exists in the same directory as the agent jar.
  3. Rename the value provided against the `application.name` property in the `apminsight.conf` file.
  4. Restart the application server.
Note: When an application instance is renamed, a new monitor with a new name is created. Changing the name of one application instance does not affect the application names of the other application instances or the corresponding monitor names displayed on the Application Manager's web client. To rename all the instances of an application, repeat the above steps for all existing instances of that application.


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Self monitor Applications Manager using APM Insight Java Agent

                        Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...
                      • Uninstrumented Block of Code - APM Insight

                        In the traces tab --> Slowest Method Calls and Count we show if you find Un-instrumented block of code the reason is as follows: Basically, What is un-instrumented block of code in APM Insight? By default, APM Insight agent monitors known frameworks ...
                      • Adding APM Insight Java agent in a Kubernetes environment

                        There are three methods for installing the APM Insight Java agent in a Kubernetes environment. Using Dockerfile Using InitContainers Using Persistent Volumes Prerequisites Download the latest APM Insight Java agent (apminsight-javaagent.zip) file. ...
                      • How to add an APM Insight Java agent in Kubernetes via InitContainers?

                        Step 1. Create a secret to access the APM Insight license key in your application namespace: kubectl create secret generic app-secret --from-literal=s247licensekey='your_APMInsight_license_key' -n petclinic The license key can be obtained from the ...
                      • APM Insight Troubleshooting - FAQs

                        Monitor Addition - FAQs 1. How to add an APM Insight Monitor? After you deploy the APM Insight agent in your Application Server with suitable Applications Manager credentials in the apminsight.conf file, APM Insight monitors will automatically be ...