Skip to content
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
2 changes: 1 addition & 1 deletion content/en/tracing/metrics/runtime_metrics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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" >}}
Expand Down
Loading