Skip to content

Commit 8d74946

Browse files
committed
update trace retention
1 parent c2ce0d9 commit 8d74946

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

content/en/real_user_monitoring/correlate_with_other_telemetry/apm/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ To verify you've configured the APM integration with RUM, follow the steps below
458458

459459
To view traces from the RUM Explorer:
460460

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:*`.
462462

463463
When you select a session, the session panel appears with a request duration breakdown, a flame graph for each span, and a **View Trace in APM** link.
464464

@@ -717,9 +717,9 @@ Connecting RUM and traces may significantly increase the APM-ingested volumes. U
717717

718718
## Trace retention
719719

720-
These traces are available for 15 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 for 15 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 APM traces. By default, [1% of RUM sessions and their traces are automatically retained][23] for 15 days at no additional cost.
721721

722-
## Further Reading
722+
## Further reading
723723

724724
{{< partial name="whats-next/whats-next.html" >}}
725725

@@ -743,4 +743,6 @@ These traces are available for 15 minutes in the [Live Search][19] explorer. To
743743
[18]: https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
744744
[19]: /tracing/trace_explorer/#live-search-for-15-minutes
745745
[20]: /tracing/trace_pipeline/trace_retention/#retention-filters
746-
[21]: https://app.datadoghq.com/rum/explorer
746+
[21]: /real_user_monitoring/rum_without_limits/retention_filters/#cross-product-retention-filters
747+
[22]: https://app.datadoghq.com/rum/explorer
748+
[23]: /tracing/trace_pipeline/trace_retention/#one-percent-flat-sampling

content/en/real_user_monitoring/rum_without_limits/retention_filters.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@ For example, to exclude sessions from South Korea while retaining all other sess
111111

112112
## Cross-product retention filters
113113

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+
114119
When configuring a RUM retention filter, you can enable two cross-product retention filters: one for session replays and one for APM traces.
115120

116121
- **Session Replay filter**: Retains replays for the specified percentage of sessions retained by the parent RUM retention filter which have an available replay.
117122
- **APM traces filter**: Indexes APM traces for the specified percentage of sessions retained by the parent RUM retention filter which have available traces.
123+
<div class="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>
118124

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.
126126

127127
### Default 1% retention
128128

0 commit comments

Comments
 (0)