Create an Oracle Application Performance Monitoring Application Definition

Create an Oracle Application Performance Monitoring application definition to group all your application instances together.

When you created the Docker image, you'd specified the following instruction in your DockerFile to set a classification for your application.

RUN echo "oracle.apmaas.agent.appServer.classifications=OMC_SAMPLE" >> ${APM_PROP_FILE}

Use this classification that you integrated to your image to group your application instances together.

  1. Click APM > APM Admin > Application Definitions from the left navigation panel and then click Create Application Definition.
  2. Enter a name for your application to group the data from all your instances together.
  3. Click AppServers with Classifications.
  4. Click Select Criteria > Classifications and under Search Criteria for Classifications, enter OMC_SAMPLE in the Classification contains field, and click OK.