Skip to content

Commit 44346b8

Browse files
dogstatsd_non_local_traffic is true by default (#33018)
* `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 * Update content/en/tracing/metrics/runtime_metrics/_index.md --------- Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
1 parent ef97cbc commit 44346b8

File tree

1 file changed

+1
-1
lines changed
  • content/en/tracing/metrics/runtime_metrics

1 file changed

+1
-1
lines changed

content/en/tracing/metrics/runtime_metrics/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Enable [DogStatsD for the Agent][2]. By default, the Datadog Agent is configured
125125

126126
When running the Agent in containerized environments, additional configuration is required:
127127

128-
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`.
128+
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.
129129
2. Follow these container-specific setup instructions:
130130

131131
{{< partial name="apm/apm-runtime-metrics-containers.html" >}}

0 commit comments

Comments
 (0)