RUM telemetry reference¶
This page describes what data is provided by Real User Monitoring and how it is used.
Datasets¶
The Frontend Observability app creates the following datasets:
Name |
Description |
---|---|
|
A catalog of monitored frontend applications |
|
Events triggered during transactions |
|
Browser transactions e.g. page loads, user interactions |
|
Browser user sessions |
|
Transaction error events |
|
Metrics derived from transactions |
|
Mobile app spans |
|
Mobile app logs |
|
Mobile app metrics |
Browser RUM Dataset Schema¶
Common Fields¶
Column |
Type |
---|---|
|
ipv4 |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
Browser / Span¶
Column |
Type |
---|---|
|
timestamp |
|
timestamp |
|
duration |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
object |
|
string |
|
object |
Browser/Transaction¶
Column |
Type |
---|---|
|
timestamp |
|
timestamp |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
object |
|
string |
|
bool |
|
int64 |
|
object |
|
string |
|
int64 |
|
string |
|
string |
|
string |
|
object |
|
object |
Browser/Session¶
Column |
Type |
---|---|
|
timestamp |
|
timestamp |
|
string |
|
string |
|
string |
|
string |
|
int64 |
|
int64 |
|
bool |
Browser/External Call¶
Column |
Type |
---|---|
|
timestamp |
|
timestamp |
|
duration |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
object |
|
string |
|
object |
Browser/Error¶
Column |
Type |
---|---|
|
timestamp |
|
string |
|
string |
|
string |
|
string |
|
object |
|
string |
|
string |
|
string |
|
string |
|
string |
|
bool |
|
object |
Browser/Service Metrics¶
The following metrics are derived from browser RUM data and are available in the Metric Explorer, and can be used for dashboarding and monitors:
transaction_duration_total_5m
transaction_error_5m
transaction_duration_5m
transaction_duration_log_5m
transaction_count_5m
Metric dimensions (tags
):
browser
country
os
page_url
region
transaction_name
transaction_type
Mobile RUM Dataset Schema¶
Mobile/Span¶
Column |
Type |
---|---|
|
timestamp |
|
timestamp |
|
duration |
|
string |
|
string |
|
string |
|
int64 |
|
string |
|
bool |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
object |
|
object |
|
object |
|
string |
|
string |
|
string |
Mobile/App Logs¶
Column |
Type |
---|---|
|
timestamp |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
object |
|
string |
|
int64 |
|
int64 |
|
object |
|
object |
|
object |
Mobile/App Metrics¶
The following metrics are derived from mobile RUM data and are available in the Metric Explorer, and can be used for dashboarding and monitors:
mrum_span_call_count_5m
mrum_span_error_count_5m
mrum_span_duration_5m
mrum_span_duration_lg_5m
Metric dimensions:
service_name
span_name
environment
app_version
os_name
os_version
device_model