Configure the Primary Metric
The default primary metric is set to End User Response Time (EURT), but you can choose between EURT and Visually Complete Time (VCT). Once the primary metric is configured, the Controller UI dashboards, summaries, and charts will automatically update to show trending data for that configured metric. This allows you to view the EUM event timing that is most relevant to your business needs.
Available Metrics
- EURT
-
- VCT
-
Primary Metric Visibility
- Browser App Overview
-
- Geo Dashboard
-
- Browser Snapshots
-
- Pages & AJAX Requests
-
Configure the Primary Metric
To configure the primary metric, go to .
Disable the Primary Metric
For SPA2 applications, configuring the primary metric causes base page events to be sent on navComplete; previously the base page events were sent upon page load. This may cause slow performance, and you may want to disable the primary metric.
To disable the primary metric, add the following flag in your JavaScript code:
config.enablePrimaryMetrics = false