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: content/en/real_user_monitoring/correlate_with_other_telemetry/apm/_index.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -458,7 +458,7 @@ To verify you've configured the APM integration with RUM, follow the steps below
458
458
459
459
To view traces from the RUM Explorer:
460
460
461
-
1. Navigate to your [list of sessions][21] and click on a session that has traces available. You can also query for sessions with traces by using`@_dd.trace_id:*`.
461
+
1. Navigate to your [list of sessions][22] and click on a session that has traces available. You can also query for sessions with traces by using`@_dd.trace_id:*`.
462
462
463
463
When you select a session, the session panel appears with a request duration breakdown, a flame graph for each span, and a **View Trace inAPM** link.
464
464
@@ -717,9 +717,9 @@ Connecting RUM and traces may significantly increase the APM-ingested volumes. U
717
717
718
718
## Trace retention
719
719
720
-
These traces are available for15 minutes in the [Live Search][19] explorer. To retain the traces for a longer period of time, create [retention filters][20]. Scope these retention filters on any span tag to retain traces for critical pages and user actions.
720
+
These traces are available for15 minutes in the [Live Search][19] explorer. To retain the traces for a longer period of time, create [retention filters][20]. Scope these retention filters on any span tag to retain traces for critical pages and user actions.You can also use [cross-product retention filters][21] to optimize correlation between RUM sessions and APMtraces. By default, [1%ofRUM sessions and their traces are automatically retained][23] for15 days at no additional cost.
721
721
722
-
## Further Reading
722
+
## Further reading
723
723
724
724
{{< partial name="whats-next/whats-next.html">}}
725
725
@@ -743,4 +743,6 @@ These traces are available for 15 minutes in the [Live Search][19] explorer. To
Copy file name to clipboardExpand all lines: content/en/real_user_monitoring/rum_without_limits/retention_filters.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,18 +111,18 @@ For example, to exclude sessions from South Korea while retaining all other sess
111
111
112
112
## Cross-product retention filters
113
113
114
+
{{< callout url=
115
+
btn_hidden="false" header="Join the Preview!">}}
116
+
Cross-Product Retention Filters are in Preview. Use this form to submit your request today.
117
+
{{< /callout >}}
118
+
114
119
When configuring a RUM retention filter, you can enable two cross-product retention filters: one for session replays and one for APM traces.
115
120
116
121
-**Session Replay filter**: Retains replays for the specified percentage of sessions retained by the parent RUM retention filter which have an available replay.
117
122
-**APM traces filter**: Indexes APM traces for the specified percentage of sessions retained by the parent RUM retention filter which have available traces.
123
+
<divclass="alert alert-warning">The APM traces filter is only compatible with the following versions of the SDKs (applies to RUM and APM, but not Session Replay): <br> - Browser 6.5.0+ <br> - Android 3.0.0+ <br> - React Native 3.0.0+ <br></div>
118
124
119
-
**Notes**:
120
-
- The availability of a session replay or APM traces depends on the initialization parameters `sessionReplaySampleRate` and `traceSampleRate` of the SDK.
121
-
- The APM traces filter is only compatible with the following versions of the SDKs:
122
-
123
-
- Browser 6.5.0+
124
-
- Android 3.0.0+
125
-
- React Native 3.0.0+
125
+
**Note**: The availability of a session replay or APM traces depends on the initialization parameters `sessionReplaySampleRate` and `traceSampleRate` of the SDK.
0 commit comments