diff --git a/content/en/tracing/trace_collection/library_config/cpp.md b/content/en/tracing/trace_collection/library_config/cpp.md
index 144beb7f3a5..853e5116092 100644
--- a/content/en/tracing/trace_collection/library_config/cpp.md
+++ b/content/en/tracing/trace_collection/library_config/cpp.md
@@ -23,7 +23,7 @@ It is recommended to use `DD_SERVICE`, `DD_ENV`, and `DD_VERSION` to set `env`,
To configure the SDK using environment variables, set the variables before launching the instrumented application.
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}
diff --git a/content/en/tracing/trace_collection/library_config/dotnet-core.md b/content/en/tracing/trace_collection/library_config/dotnet-core.md
index a8516c178a2..3ad97371596 100644
--- a/content/en/tracing/trace_collection/library_config/dotnet-core.md
+++ b/content/en/tracing/trace_collection/library_config/dotnet-core.md
@@ -102,7 +102,7 @@ To configure the SDK using a JSON file, create `datadog.json` in the instrumente
On Linux, the names of environment variables are case-sensitive.
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}
diff --git a/content/en/tracing/trace_collection/library_config/dotnet-framework.md b/content/en/tracing/trace_collection/library_config/dotnet-framework.md
index 8de2cbe43f4..02ed0854340 100644
--- a/content/en/tracing/trace_collection/library_config/dotnet-framework.md
+++ b/content/en/tracing/trace_collection/library_config/dotnet-framework.md
@@ -119,7 +119,7 @@ To configure the Tracer using a JSON file, create `datadog.json` in the instrume
{{< /tabs >}}
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}
diff --git a/content/en/tracing/trace_collection/library_config/go.md b/content/en/tracing/trace_collection/library_config/go.md
index 238097c91e2..caafbbc413e 100644
--- a/content/en/tracing/trace_collection/library_config/go.md
+++ b/content/en/tracing/trace_collection/library_config/go.md
@@ -70,7 +70,7 @@ See all available options in the [configuration documentation][20] (or [configur
The [APM environment name][7] may be configured [in the Agent][8] or using the [WithEnv][20] start option of the SDK.
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}
diff --git a/content/en/tracing/trace_collection/library_config/java.md b/content/en/tracing/trace_collection/library_config/java.md
index 7f5bd78fef4..9343322f030 100644
--- a/content/en/tracing/trace_collection/library_config/java.md
+++ b/content/en/tracing/trace_collection/library_config/java.md
@@ -36,7 +36,7 @@ Unless otherwise stated, you can convert between system properties and environme
**Note**: When using the Java tracer's system properties, list the properties before `-jar`. This ensures the properties are read in as JVM options.
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}
diff --git a/content/en/tracing/trace_collection/library_config/nodejs.md b/content/en/tracing/trace_collection/library_config/nodejs.md
index 027b00c9d79..df69d3d2261 100644
--- a/content/en/tracing/trace_collection/library_config/nodejs.md
+++ b/content/en/tracing/trace_collection/library_config/nodejs.md
@@ -32,7 +32,7 @@ It is recommended that you use `DD_ENV`, `DD_SERVICE`, and `DD_VERSION` to set `
For more examples of how to work with the library see [API documentation][2].
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}
diff --git a/content/en/tracing/trace_collection/library_config/php.md b/content/en/tracing/trace_collection/library_config/php.md
index 693b8d6bd8b..689d5c9c892 100644
--- a/content/en/tracing/trace_collection/library_config/php.md
+++ b/content/en/tracing/trace_collection/library_config/php.md
@@ -89,7 +89,7 @@ Set in the command line to start the server.
DD_TRACE_DEBUG=1 php -d datadog.service=my-app -S localhost:8888
```
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}
diff --git a/content/en/tracing/trace_collection/library_config/python.md b/content/en/tracing/trace_collection/library_config/python.md
index a8669cd97ee..e0cb263cc5a 100644
--- a/content/en/tracing/trace_collection/library_config/python.md
+++ b/content/en/tracing/trace_collection/library_config/python.md
@@ -28,88 +28,11 @@ After you set up the SDK with your code and configure the Agent to collect APM d
{{% apm-config-visibility %}}
-
-
When using **ddtrace-run**, the following [environment variable options][2] can be used:
-## Unified service tagging
-
-It is recommended to use `DD_ENV`, `DD_SERVICE`, and `DD_VERSION` to set `env`, `service`, and `version` for your services. Refer to the [Unified Service Tagging][1] documentation for recommendations on how to configure these environment variables.
-
-`DD_ENV`
-: Set the application's environment, for example: `prod`, `pre-prod`, `staging`. Learn more about [how to setup your environment][3]. Available in version 0.38+.
-
-`DD_SERVICE`
-: The service name to be used for this application. The value is passed through when setting up middleware for web framework integrations like Pylons, Flask, or Django. For tracing without a web integration, it is recommended that you set the service name in code ([for example, see these Django docs][4]). Available in version 0.38+.
-
-`DD_VERSION`
-: Set the application's version, for example: `1.2.3`, `6c44da20`, `2020.02.13`. Available in version 0.38+.
-
-## Traces
-
-`DD_TRACE_ENABLED`
-: **Default**: `true`
-Enable web framework and library instrumentation. When `false`, the application code doesn't generate any traces.
-
-`DD_TRACE_DEBUG`
-: **Default**: `false`
-Enable debug logging in the SDK.
-
-`DD_SERVICE_MAPPING`
-: Define service name mappings to allow renaming services in traces, for example: `postgres:postgresql,defaultdb:postgresql`. Available in version 0.47+.
-
-`DD_TRACE_RATE_LIMIT`
-: Maximum number of spans to sample per-second, per-Python process. Defaults to `100` when `DD_TRACE_SAMPLE_RATE` is set. Otherwise, delegates rate limiting to the Datadog Agent.
-
-`DD_TRACE_HEADER_TAGS`
-: **Default**: `null`
-Comma-separated list of header names that are reported on the root span as tags. For example, `DD_TRACE_HEADER_TAGS="User-Agent:http.user_agent,Referer:http.referer,Content-Type:http.content_type,Etag:http.etag"`.
-
-`DD_TRACE_AGENT_URL`
-: The URL of the Trace Agent that the tracer submits to. If set, this takes priority over hostname and port. Supports Unix Domain Sockets (UDS) in combination with the `apm_config.receiver_socket` configuration in your `datadog.yaml` file or the `DD_APM_RECEIVER_SOCKET` environment variable set on the Datadog Agent. For example, `DD_TRACE_AGENT_URL=http://localhost:8126` for HTTP URL and `DD_TRACE_AGENT_URL=unix:///var/run/datadog/apm.socket` for UDS. If the [Agent configuration][13] sets `receiver_port` or `DD_APM_RECEIVER_PORT` to something other than the default `8126`, then `DD_AGENT_PORT` or `DD_TRACE_AGENT_URL` must match it.
-
-## Agent
-
-`DD_PATCH_MODULES`
-: Override the modules patched for this application execution. Follow the format: `DD_PATCH_MODULES=module:patch,module:patch...`
-
-`DD_TAGS`
-: A list of default tags to be added to every span and profile, for example: `layer:api,team:intake,key:value`. Available in version 0.38+.
-
-`DD_AGENT_HOST`
-: **Default**: `localhost`
-Override the address of the trace Agent host that the default tracer attempts to submit traces to.
-
-`DD_AGENT_PORT`
-: **Default**: `8126`
-Overrides the port that the default tracer submit traces to. If the [Agent configuration][13] sets `receiver_port` or `DD_APM_RECEIVER_PORT` to something other than the default `8126`, then `DD_AGENT_PORT` or `DD_TRACE_AGENT_URL` must match it.
-
-`DD_DOGSTATSD_URL`
-: The URL used to connect to the Datadog Agent for DogStatsD metrics. If set, this takes priority over hostname and port. Supports Unix Domain Sockets (UDS) in combination with the `dogstatsd_socket` configuration in your `datadog.yaml` file or the `DD_DOGSTATSD_SOCKET` environment variable set on the Datadog Agent. For example, `DD_DOGSTATSD_URL=udp://localhost:8126` for UDP URL and `DD_DOGSTATSD_URL=unix:///var/run/datadog/dsd.socket` for UDS. If the [Agent configuration][13] sets `dogstatsd_port` or `DD_DOGSTATSD_PORT` to something other than the default `8125`, then this SDK `DD_DOGSTATSD_URL` or `DD_DOGSTATSD_PORT` must match it.
-
-`DD_DOGSTATSD_HOST`
-: **Default**: `localhost`
-Override the address of the trace Agent host that the default tracer attempts to submit DogStatsD metrics to. Use `DD_AGENT_HOST` to override `DD_DOGSTATSD_HOST`.
-
-`DD_DOGSTATSD_PORT`
-: **Default**: `8125`
-Override the port that the default SDK submits DogStatsD metrics to. If the [Agent configuration][13] sets `dogstatsd_port` or `DD_DOGSTATSD_PORT` to something other than the default `8125`, then this SDK `DD_DOGSTATSD_PORT` or `DD_DOGSTATSD_URL` must match it.
-
-## Logs
-
-`DD_LOGS_INJECTION`
-: **Default**: `true`
-Enable [connecting logs and trace injection][6].
-
-## Trace context propagation
-
-`DD_TRACE_PROPAGATION_STYLE_INJECT`
-: **Default**: `tracecontext,Datadog,baggage`
-Propagation styles to use when injecting tracing headers. For example, use `DD_TRACE_PROPAGATION_STYLE_INJECT=Datadog,B3` to inject both Datadog and B3 format headers.
+## Configuration keys
-`DD_TRACE_PROPAGATION_STYLE_EXTRACT`
-: **Default**: Value of `DD_TRACE_PROPAGATION_STYLE_INJECT` (`tracecontext,Datadog,baggage`)
-Propagation styles to use when extracting tracing headers. When multiple values are given, it uses the first header match found. The order of matching is based on the order of values given. For example, `DD_TRACE_PROPAGATION_STYLE_EXTRACT=B3,Datadog` looks for `B3` headers first, and only uses `Datadog` headers if those are not available.
+{{< partial name="apm/registry-config-list.html" >}}
## Further Reading
@@ -117,9 +40,3 @@ Propagation styles to use when extracting tracing headers. When multiple values
[1]: /getting_started/tagging/unified_service_tagging
[2]: https://ddtrace.readthedocs.io/en/stable/advanced_usage.html#ddtracerun
-[3]: /tracing/guide/setting_primary_tags_to_scope/
-[4]: https://ddtrace.readthedocs.io/en/stable/integrations.html#django
-[5]: /tracing/trace_pipeline/ingestion_mechanisms/
-[6]: /tracing/other_telemetry/connect_logs_and_traces/python/
-[13]: /agent/configuration/network/#configure-ports
-[14]: /opentelemetry/interoperability/environment_variable_support
diff --git a/content/en/tracing/trace_collection/library_config/ruby.md b/content/en/tracing/trace_collection/library_config/ruby.md
index 6bda1267663..fd214cb6af7 100644
--- a/content/en/tracing/trace_collection/library_config/ruby.md
+++ b/content/en/tracing/trace_collection/library_config/ruby.md
@@ -21,7 +21,7 @@ After you set up the SDK with your code and configure the Agent to collect APM d
For additional configuration options beyond the environment variables listed below, see [Additional Ruby configuration][2].
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}
diff --git a/content/en/tracing/trace_collection/library_config/rust.md b/content/en/tracing/trace_collection/library_config/rust.md
index a337f51e2fc..dca7d7e563c 100644
--- a/content/en/tracing/trace_collection/library_config/rust.md
+++ b/content/en/tracing/trace_collection/library_config/rust.md
@@ -21,7 +21,7 @@ After you [set up the Rust SDK][1] with your application, you can optionally con
It is recommended to use `DD_ENV`, `DD_SERVICE`, and `DD_VERSION` to set `env`, `service`, and `version` for your services.
-## Configurations keys
+## Configuration keys
{{< partial name="apm/registry-config-list.html" >}}