Skip to content
Draft
Show file tree
Hide file tree
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
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ The **Optimization page** surfaces profiling data in several contexts:
<!-- Android -->
{% 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%;" /%}

Expand All @@ -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
Expand Down Expand Up @@ -301,9 +305,9 @@ Android profiling data is attached to operations events in a RUM session. You ca
<!-- iOS -->
{% 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%;" /%}

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading