You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowlege-content/oracle-database/APEX/apm/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
# Real User Monitoring in Application Performance Monitoring on Oracle Cloud
1
+
# Set up a Real User Monitor for an APEX application with OCI Application Performance Monitoring
2
2
3
3
OCI [Application Performance Monitoring (APM)](https://docs.oracle.com/en-us/iaas/application-performance-monitoring/home.htm) provides [Real User Monitoring (RUM)](https://docs.oracle.com/en-us/iaas/application-performance-monitoring/doc/configure-browser-agent-real-user-monitoring.html) for browser based applications. You can use this monitor to create alerts for performance and availability problems, to diagnose performance issues, and to analyze the end user's behavior. It works for internal or external facing apps deployed on Oracle Cloud or other cloud providers.
4
4
5
5
Real User Monitoring tracks user sessions, page views, page load times and identifies ajax calls response times for all users, all the time. It uses a dedicated JavaScript agent that's OpenTelemetry compliant to collect out-of-the-box and customized metrics and dimensions, to provide a detailed analysis of any performance and availability issues. The monitoring collected data is available for alerts, analysis, and dynamic dashboards using a powerful query language with a rich set of widgets to present your real-time end user data.
6
6
7
7
[Oracle APEX application](https://apex.oracle.com/en/learn/videos/) is a low-code platform that enables developers to build enterprise scalable, secure websites and mobile applications that can run on-premises and in Oracle Cloud.
8
8
9
-
In this video, you will learn how to setup a Application Performance Real User Monitor for an APEX website.
9
+
In this video, you will learn how to set up an Application Performance Real User Monitor for an APEX application.
Add this JavaScript code snippet to your APEX application's global page to collect real user data from your website developed on APEX. Now, your dashboards will display the APEX version, the session ID, the page id, and the user name of each end user of your APEX application.
14
+
Add this JavaScript code snippet to your APEX application's global page to collect real user data from your website developed on APEX. Now, your dashboards can display the APEX version, the session ID, the page id, and the user name of each end user of your APEX application.
15
15
```
16
16
<script>
17
17
window.apmrum = (window.apmrum || {});
@@ -32,13 +32,13 @@ Add this JavaScript code snippet to your APEX application's global page to colle
32
32
33
33
```
34
34
## Create a Custom APEX Dashboard
35
-
Download this .json file to import this custom dashboard to your Oracle Cloud instance to monitor your APEX application. The video posted above demonstrates how to import your dashboard.
35
+
Download this [JSON file](https://github.com/oracle-quickstart/oci-o11y-solutions/blob/0de0d63f61782f04a204e57ea929a313fb1770d2/knowlege-content/oracle-database/APEX/dashboards/apm-rum-apex-dashboard.json) to import this custom dashboard to your Oracle Cloud instance to monitor your APEX application. The video posted above demonstrates how to import your dashboard.
## Integrate with the Database Management Service on Oracle Cloud
40
40
41
-
If you have the Database Management service installed, then you can use this code to set up your Database Management Performance Hub in Application Performance Monitoring. The steps are demonstrated in the video.
41
+
If you have the Database Management service installed, then you can use this code to set up your Database Management Performance Hub in Application Performance Monitoring. The steps are demonstrated in the video above.
0 commit comments