From ed9840b112d112ecd3af15c0b2bb5312ef1b40c0 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Santos Date: Tue, 6 Jan 2026 18:21:01 -0500 Subject: [PATCH] Update comment for origin detection limitation --- content/en/developers/dogstatsd/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/developers/dogstatsd/_index.md b/content/en/developers/dogstatsd/_index.md index e030d8bd341..2d54b82fd10 100644 --- a/content/en/developers/dogstatsd/_index.md +++ b/content/en/developers/dogstatsd/_index.md @@ -223,7 +223,7 @@ To **disable** origin detection in a client, perform one of the following action #### In the Datadog Agent Origin detection is not enabled by default in the Datadog Agent. To **enable** origin detection in the Datadog Agent, set the `DD_DOGSTATSD_ORIGIN_DETECTION_CLIENT` environment variable to `true`. -
Origin detection is not supported for Fargate environments.
+
Origin detection is not supported for EKS Fargate.
#### How origins are detected