You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,79 +30,20 @@ Before setting up server-side feature flags, ensure you have:
30
30
31
31
## Agent configuration
32
32
33
-
Server-side feature flags use Remote Configuration to deliver flag configurations to your application. Enable Remote Configuration in your Datadog Agent.
33
+
Server-side feature flags use [Remote Configuration][1] to deliver flag configurations to your application. Enable Remote Configuration in your Datadog Agent by setting `DD_REMOTE_CONFIGURATION_ENABLED=true` or adding `remote_configuration.enabled: true` to your `datadog.yaml`.
34
34
35
-
### Configuration file
35
+
See the [Remote Configuration documentation][1] for detailed setup instructions across different deployment environments.
Alternatively, configure the Agent using environment variables:
39
+
The Agent polls Datadog for configuration updates at a configurable interval. This interval determines the average time between making a flag change in the UI and the change becoming available to your application.
0 commit comments