From 07ebb1df6f856aaf9193481fde67d654e3b812f5 Mon Sep 17 00:00:00 2001 From: "arti.arutiunov" Date: Fri, 14 Aug 2026 16:35:13 -0400 Subject: [PATCH] Updated preview call-outs and clarified quota system --- .../profiling/_index.mdoc.md | 18 +++++++++++++----- .../operations_monitoring.md | 4 ++++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/hugo/content/en/real_user_monitoring/correlate_with_other_telemetry/profiling/_index.mdoc.md b/hugo/content/en/real_user_monitoring/correlate_with_other_telemetry/profiling/_index.mdoc.md index 118730ce1d0..a4c109b1dd1 100644 --- a/hugo/content/en/real_user_monitoring/correlate_with_other_telemetry/profiling/_index.mdoc.md +++ b/hugo/content/en/real_user_monitoring/correlate_with_other_telemetry/profiling/_index.mdoc.md @@ -192,9 +192,9 @@ The **Optimization page** surfaces profiling data in several contexts: {% if equals($platform, "android") %} -{% callout url="https://www.datadoghq.com/product-preview/android-profiler/" header="Join the Preview!" btn_hidden=false %} +{{< callout header="Preview" btn_hidden="true" >}} Android Profiling is in Preview. -{% /callout %} +{{< /callout >}} {% img src="real_user_monitoring/android/android-profiling-ttid.png" alt="Android profiling data in a time to initial display vital event." style="width:90%;" /%} @@ -210,6 +210,10 @@ Only devices running Android 15 (API level 35) or higher generate profiling data - Continuous profiling requires Android SDK version 3.12.0+. - [RUM without Limits][5] must be enabled in your organization. +## Preview quota system + +During the Preview, the Datadog Android SDK profiles up to 100,000 sessions per day. After reaching this quota, the SDK pauses profiling until the quota resets at 2:00 a.m. EST the following day. + ## Setup ### Step 1 - Set up RUM @@ -301,9 +305,9 @@ Android profiling data is attached to operations events in a RUM session. You ca {% if equals($platform, "ios") %} -{% callout url="https://www.datadoghq.com/product-preview/ios-profiler/" header="Join the Preview!" btn_hidden=false %} -iOS Profiling is in Preview. -{% /callout %} +{{< callout header="Preview" btn_hidden="true" >}} +Android Profiling is in Preview. +{{< /callout >}} {% img src="real_user_monitoring/ios/ios-profiling-ttid.png" alt="iOS profiling data in a time to initial display vital event." style="width:90%;" /%} @@ -315,6 +319,10 @@ iOS profiling helps you identify and optimize slow methods during important mome - Continuous profiling requires iOS SDK version 3.14.0+. - [RUM without Limits][10] must be enabled in your organization. +## Preview quota system + +During the Preview, the Datadog iOS SDK profiles up to 100,000 sessions per day. After reaching this quota, the SDK pauses profiling until the quota resets at 2:00 a.m. EST the following day. + ## Setup ### Step 1 - Set up RUM diff --git a/hugo/content/en/real_user_monitoring/operations_monitoring.md b/hugo/content/en/real_user_monitoring/operations_monitoring.md index e1a80ac0f1b..235c0b34a4a 100644 --- a/hugo/content/en/real_user_monitoring/operations_monitoring.md +++ b/hugo/content/en/real_user_monitoring/operations_monitoring.md @@ -15,6 +15,10 @@ further_reading: ## Overview +{{< callout header="Preview" btn_hidden="true" >}} +Operations Monitoring is in Preview. +{{< /callout >}} + {{< img src="/real_user_monitoring/operations_monitoring/operations-monitoring-overview-1.png" alt="Operations tab under RUM > Performance Monitoring" style="width:100%;" >}} In Datadog Real User Monitoring (RUM), a [journey][9] represents a major user-facing area of your application like checkout, login, or search. Each journey includes operations, which are the critical technical steps that make the experience work.