A Adding Application Classifications

You can add Classifications that can be used while creating Application Definitions.

Classifications help in grouping together related objects. Application Performance Monitoring uses the applied classifications to run filters. You can add Classifications while deploying APM.

To add a classification:

  1. While deploying your APM Agent, add this property to apmagent/config/AgentStartup.properties file:

    oracle.apmaas.agent.appServer.classifications=<name of Classification>

    This classification can be used while creating application definitions.

    You can also add this property after deploying the APM Agent. Ensure that you restart the application server after editing the properties file.

The APM agent initially looks for the AgentStartup.properties file in the application server instance directories. If not found, the agent then uses the global AgentStartup.properties file.