All Products
Search
Document Center

Application Real-Time Monitoring Service:How do I rename an application?

Last Updated:Jan 15, 2024

How do I change the name of a Java application deployed in an ACK cluster?

You need to first view the version file in the directory of the ARMS agent to check the version of the agent. For example, 2.5.8_cf020486_20190816150025 indicates that the version of the ARMS agent is 2.5.8 and was released on August 16, 2019.

  • If the version of the ARMS agent is earlier than 2.5.8.1, uninstall the agent and install it again. You can specify a new application name when you reinstall the agent.

    For information about how to uninstall an ARMS agent that is manually installed, see Manually install an ARMS agent for a Java application.

  • If the version of the ARMS agent is 2.5.8.1 or later, you can perform the following steps to change the name of the Java application without reinstalling an ARMS agent.

    Note

    By default, all agents that are downloaded after August 20, 2019 support the feature.

    Change the value of the armsPilotCreateAppName parameter in the Deployment and restart the pod.

    Wait until your application name is changed. Monitoring data of the application is reported by using the new name rather than the previous name.

How do I rename a Java application deployed in EDAS?

The names of Java applications deployed in Enterprise Distributed Application Service (EDAS) cannot be changed.