I have enabled APM Monitoring on Java based application. I am using javaagent on the apm agents.
In order to get RUM do i need to use RUM(JS)? Along side with java agent?
But user experince dashboard is showing empty. I have enabled RUM in apm-server.yml.
#---------------------------- APM Server - RUM Real User Monitoring ----------------------------
# Enable Real User Monitoring (RUM) Support. By default RUM is disabled.
# RUM does not support token based authorization. Enabled RUM endpoints will not require any authorization
# token configured for other endpoints.
rum:
enabled: true
# Rate-limit RUM agents.
#
# WARNING: This configuration is deprecated and replaced with `apm-server.auth.anonymous.rate_limit`,
# and will be removed in the 8.0 release. If that config is defined, this one will be ignored.
event_rate:
# Defines the maximum amount of events allowed to be sent to the APM Server RUM
# endpoint per IP per second. Defaults to 300.
limit: 300
source_mapping:
# Sourcemapping is enabled by default.
enabled: true
cache:
expiration: 5m