Real User Monitoring (RUM) helps you track and analyze how users experience your website or web application in real time. Using the Auto RUM Injection feature, you can add RUM monitors along with APM agents.
| Agent | Supported versions |
|---|---|
| Java | Versions 6.4 and above Note: Auto RUM Injection is currently supported only for Java Server Pages (JSPs). |
| PHP | Versions 4.4 and above |
Before enabling Auto RUM Injection, ensure that:
Consider an APM user who wants to add a RUM monitor to observe an application's performance along with its APM metrics. In this case, the user must manually add RUM monitors by configuring monitor details; copying and pasting the generated script into their application code; and mapping the RUM monitor to the APM application.
The Auto RUM Injection feature will automate this process, eliminating the need for manual code changes or redeployment.
Applications Manager’s APM agent identifies supported Java or PHP application environments and detects outgoing HTML responses sent from the server to end users.
Before the response reaches the user's browser, the agent injects the RUM script into the relevant HTML page. This script then loads on the user's browser and collects real user performance metrics, including Total PageLoads, Average Response Time, and other front-end performance data.





To view the RUM monitor, navigate to APM → Application View → Click on the specific Application → RUM-Analytics Tab.

It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development