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: en/rum/analytics/native.mdx
+39-2Lines changed: 39 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,6 @@ Memory usage details by view name:
73
73
-**Peak Memory**: Records peak memory usage during view runtime to identify memory pressure peaks and prevent system termination due to insufficient memory (OOM).
74
74
-**P75 Memory**: Shows the P75 percentile of memory usage, reflecting memory usage for most users, more representative of real experience than averages.
75
75
76
-
For detailed performance metric descriptions, see [Android Data Collection](/en/rum/sdk/android/data-collection) and [iOS Data Collection](/en/rum/sdk/ios/data-collection).
77
-
78
76
## Error Analysis — Quick Error Identification and Diagnosis
79
77
80
78
<Frame>
@@ -460,6 +458,45 @@ Flashduty RUM typically completes data collection and display within **1-3 minut
460
458
461
459
</AccordionGroup>
462
460
461
+
## Metrics Reference
462
+
463
+
### Overview Metrics
464
+
465
+
| Metric | Collection Field | Description |
466
+
|--------|-----------------|-------------|
467
+
| UV | usr_id | Total deduplicated users |
468
+
| Session Count | session_id | Total sessions when app is opened and used |
469
+
| Avg Session Duration | - | Total session duration divided by total sessions |
470
+
| Session Frequency | - | Total sessions divided by active users |
471
+
472
+
### Performance Metric Thresholds
473
+
474
+
| Metric | Collection Field | Good | Moderate | Poor |
0 commit comments