Skip to content
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

Updated some of the wording and removed explicit callouts to RC Preview #28516

Merged
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
Diff view
21 changes: 8 additions & 13 deletions content/en/real_user_monitoring/browser/setup/server.md
Original file line number Diff line number Diff line change
@@ -40,13 +40,12 @@ The automatic installation method requires that you have the [Datadog Agent][2]

## Set up your RUM application

### Remote configuration
### Remotely configure your RUM applications in Datadog

<div class="alert alert-info">Remote configuration for RUM is in Preview.</div>
Remotely manage your RUM application configurations directly from Datadog, after having them auto-instrumented with the RUM SDK.
If you want to manage RUM configs in your web server files instead, see [Non-remote managed applications](#non-remote-managed-applications).

Remote configuration allows you to manage configurations directly from the Datadog UI.

You can configure the following settings without accessing any frontend or backend code:
Configurations that can be remotely managed are as follows:

- Session sampling rate
- Session Replay sampling rate
@@ -55,8 +54,6 @@ You can configure the following settings without accessing any frontend or backe
- Environment (attribute)
- Service name (attribute)

If you want to manage RUM configurations in your web server, see [Non-remote configuration](#non-remote-configuration).

1. Make sure you have [Remote Configuration][42] enabled in Datadog.
1. In Datadog, navigate to the [**Digital Experience > Add an Application Page**][1] and select the JavaScript (JS) application type.
1. Select **Auto-Instrumentation**.
@@ -66,7 +63,7 @@ If you want to manage RUM configurations in your web server, see [Non-remote con
1. Copy and run the command shown.
1. Restart your web server.

### Non-remote configuration
### Non-remote managed applications

<div class="alert alert-warning">To request support for a web server that is not listed here, <a href="https://www.datadoghq.com/private-beta/rum-sdk-auto-injection/">fill out this form.</a></div>

@@ -254,19 +251,17 @@ Auto-Instrumentation leverages a Windows module that injects the RUM SDK into th

You can adjust your Session Sampling and Session Replay Sampling rates from the Application Management page.

### Remote configuration

<div class="alert alert-info">Remote Configuration is in Preview.</div>
### Remotely manage your RUM applications in Datadog

To perform [remote configuration](#remote-configuration), you use the Datadog UI to modify application configurations without having to instrument any code.
To [remotely manage your RUM applications in Datadog](#remotely-manage-your-rum-applications-in-datadog), you use the Datadog UI to modify application configurations without having to instrument any code.

To update configuration settings with remote configuration:

1. Go to your RUM application from the [Application Management][1] list.
1. On the Instrument your application page, modify the desired configuration settings.
1. Click **Save Changes**.

### Non-remote configuration
### Non-remote managed applications

{{< tabs >}}
{{% tab "NGINX" %}}