8000 Add note about no filter button for RWOL by rtrieu · Pull Request #29308 · DataDog/documentation · GitHub
[go: up one dir, main page]

Skip to content

Add note about no filter button for RWOL #29308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

Even if you retain only a fraction of your sessions, Datadog provides [performance metrics][1] for all ingested sessions. This ensures an accurate, long-term overview of application health and performance, even if only a fraction of session data is retained.

**Note**: In RUM without Limits mode, you can only use default filters on the [Performance Monitoring Summary page][7]. This lets you see the entire dataset and prevents skewed performance metrics since the data is sampled and there are fewer tags available than in event attributes.

Check notice on line 29 in content/en/real_user_monitoring/rum_without_limits/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

This page identifies key components of RUM without Limits that can help you manage your RUM sessions volumes within your observability budget.

### For new applications
Expand Down Expand Up @@ -81,7 +83,7 @@

On mobile applications, many concurrent versions can live together. However, existing versions are not necessarily sending 100% of sessions, which means that creating new retention filters reduces the data available in Datadog for these application versions.

Datadog recommends creating the same retention filters for all application versions, independently of whether the SDK sampling rate is set to 100% or not. Ultimately, all valuable sessions will still end up being collected even if some sessions are not ingested for some older versions.
Datadog recommends creating the same retention filters for all application versions, independently of whether the SDK sampling rate is set to 100% or not. Ultimately, all valuable sessions are still collected even if some sessions are not ingested for some older versions.

See suggested retention filters and use cases in [Retention Filter Best Practices][5].

Expand All @@ -99,3 +101,4 @@
[4]: https://app.datadoghq.com/rum/list
[5]: /real_user_monitoring/guide/retention_filter_best_practices/
[6]: /real_user_monitoring/rum_without_limits/retention_filters
[7]: https://app.datadoghq.com/rum/performance-monitoring
Loading
0