From 271c0dd895758454bc37773bde47232a7c93e378 Mon Sep 17 00:00:00 2001 From: kteixeiradd Date: Mon, 24 Nov 2025 09:35:30 -0500 Subject: [PATCH 1/2] `dogstatsd_non_local_traffic` is true by default `dogstatsd_non_local_traffic` is set to true by default. Just adding a note to inform users, since the current documentation requests this to be configured, which is not necessary. ZD: 2363535 --- content/en/tracing/metrics/runtime_metrics/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tracing/metrics/runtime_metrics/_index.md b/content/en/tracing/metrics/runtime_metrics/_index.md index 3d00e30d656..0b5210b00ce 100644 --- a/content/en/tracing/metrics/runtime_metrics/_index.md +++ b/content/en/tracing/metrics/runtime_metrics/_index.md @@ -125,7 +125,7 @@ Enable [DogStatsD for the Agent][2]. By default, the Datadog Agent is configured When running the Agent in containerized environments, additional configuration is required: -1. Set `dogstatsd_non_local_traffic: true` in your main [`datadog.yaml` configuration file][8], or set the [environment variable][3] `DD_DOGSTATSD_NON_LOCAL_TRAFFIC=true`. +1. Set `dogstatsd_non_local_traffic: true` in your main [`datadog.yaml` configuration file][8], or set the [environment variable][3] `DD_DOGSTATSD_NON_LOCAL_TRAFFIC=true`. **Note**: DogStatsD non‑local traffic is enabled by default, so you typically don’t need to set this unless you’ve overridden the default. 2. Follow these container-specific setup instructions: {{< partial name="apm/apm-runtime-metrics-containers.html" >}} From 1555a8e084307a14bbbb7fb7756623aec917f721 Mon Sep 17 00:00:00 2001 From: Esther Kim Date: Mon, 24 Nov 2025 10:56:40 -0500 Subject: [PATCH 2/2] Update content/en/tracing/metrics/runtime_metrics/_index.md --- content/en/tracing/metrics/runtime_metrics/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tracing/metrics/runtime_metrics/_index.md b/content/en/tracing/metrics/runtime_metrics/_index.md index 0b5210b00ce..4c680f01f2c 100644 --- a/content/en/tracing/metrics/runtime_metrics/_index.md +++ b/content/en/tracing/metrics/runtime_metrics/_index.md @@ -125,7 +125,7 @@ Enable [DogStatsD for the Agent][2]. By default, the Datadog Agent is configured When running the Agent in containerized environments, additional configuration is required: -1. Set `dogstatsd_non_local_traffic: true` in your main [`datadog.yaml` configuration file][8], or set the [environment variable][3] `DD_DOGSTATSD_NON_LOCAL_TRAFFIC=true`. **Note**: DogStatsD non‑local traffic is enabled by default, so you typically don’t need to set this unless you’ve overridden the default. +1. Set `dogstatsd_non_local_traffic: true` in your main [`datadog.yaml` configuration file][8], or set the [environment variable][3] `DD_DOGSTATSD_NON_LOCAL_TRAFFIC=true`. **Note**: DogStatsD non‑local traffic is enabled by default, so you only need to set this if you've overridden it. 2. Follow these container-specific setup instructions: {{< partial name="apm/apm-runtime-metrics-containers.html" >}}