diff --git a/knowledge-content/Enterprise-Manager/README.md b/knowledge-content/Enterprise-Manager/README.md index 9e1e7a4..7e2148b 100644 --- a/knowledge-content/Enterprise-Manager/README.md +++ b/knowledge-content/Enterprise-Manager/README.md @@ -49,7 +49,8 @@ and add this line after it:
JAVA_OPTIONS="${JAVA_OPTIONS} -javaagent:$DOMAIN_HOME/oracle-apm-agent/bootstrap/ApmAgent.jar"Once the APM agent is successfully installed and OEM got fully restarted (including the WebLogic AdminServer), we can start seeing the traces and spans from the application. - + + We can also instrument the Real User monitoring using the Browser agent which helps us understand how the user is experiencing the EM application.We can install the RUM monitoring using the steps below, * Open the AgentConfig.properties file from the location $DOMAIN_HOME/oracle-apm-agent/ @@ -61,7 +62,7 @@ com.oracle.apm.agent.rum.service.name="EM_APM_Browser" * The value of the Public_Data_Key can be obtained from the APM Domain details page. - + We can also enable Synthetic Monitoring. That lets the user to monitor the EM application and detect potential availability and performance issues before the end user experiences it. It enables proactive monitoring that helps developers and operators prevent issues before users are impacted. Follow the steps from the document to setup [Synthetic monitoring](https://docs.oracle.com/en-us/iaas/application-performance-monitoring/doc/set-synthetic-monitoring.html). @@ -70,7 +71,7 @@ If its an on-prem OMS server we can use the [On-premise vantage point](https://d If its behind a firewall and not exposed to the outside network we can use [Dedicated vantage point](https://docs.oracle.com/en-us/iaas/application-performance-monitoring/doc/use-dedicated-vantage-points.html#APMGN-GUID-B2BD78B1-ACFD-4D6B-8397-C8DBBD744603) . Once the monitors are setup it collects details such as HAR file and network data which should be useful to understand the customer experience with application. - + ## Logging Analytics @@ -217,10 +218,10 @@ With anomoly detection built with the metrics collected it helps in understandin This [document](https://docs.oracle.com/en-us/iaas/stack-monitoring/doc/promotion-and-discovery.html#STMON-GUID-DA187C14-8317-41E8-97B1-3AC8DC660458) has the details on the resouce discovery for the components of the EM. To discover any resource in Stack monitoring , go to Resource management --> Discover resources - + + Click on Discover New Resource and select the Resource Type that is needed. - Fill in the details related to the Resource that need to be discovered and click on Discover New Resource to submit the job.