From 00de31a264606cf0513c88a00f883890dcf3a4dc Mon Sep 17 00:00:00 2001 From: Yang Song Date: Thu, 6 Nov 2025 12:32:59 -0500 Subject: [PATCH] [OTAGENT-643] Update configs on DDOT Gateway --- .../ddot_collector/install/kubernetes_gateway.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/en/opentelemetry/setup/ddot_collector/install/kubernetes_gateway.md b/content/en/opentelemetry/setup/ddot_collector/install/kubernetes_gateway.md index 13f452947e881..8bc273c0c9233 100644 --- a/content/en/opentelemetry/setup/ddot_collector/install/kubernetes_gateway.md +++ b/content/en/opentelemetry/setup/ddot_collector/install/kubernetes_gateway.md @@ -51,12 +51,12 @@ Before you begin, ensure you have the following: * **Software**: * A Kubernetes cluster (v1.29+). EKS Fargate and GKE Autopilot are not supported. * [Helm][3] (v3+). - * Datadog Helm chart version 3.137.1 or higher. + * Datadog Helm chart version 3.143.0 or higher. * [kubectl][4]. ## Installation and configuration -This guide uses the Datadog Helm chart to configure the DDOT Collector gateway. +This guide uses the Datadog Helm chart to configure the DDOT Collector gateway. Check out all the available configurations on the [Datadog Helm chart README][8]. ### Deploying the gateway with a daemonset @@ -353,21 +353,21 @@ To ensure APM Stats are calculated on 100% of your traces before sampling, the < ### Using a custom Collector image -To use a custom-built Collector image for your gateway, specify the image repository and tag under `agents.image`. This follows the same process as the DaemonSet deployment. For more details, see [Use Custom OpenTelemetry Components][5]. +To use a custom-built Collector image for your gateway, specify the image repository and tag under `otelAgentGateway.image`. If you need instructions on how to build the custom images, see [Use Custom OpenTelemetry Components][5]. ```yaml # values.yaml targetSystem: "linux" agents: enabled: false - image: - repository: - tag: - doNotCheckTag: true clusterAgent: enabled: false otelAgentGateway: enabled: true + image: + repository: + tag: + doNotCheckTag: true ports: - containerPort: "4317" name: "otel-grpc" @@ -515,3 +515,4 @@ For advanced scenarios, you can deploy multiple gateway layers to create a proce [5]: /opentelemetry/setup/ddot_collector/custom_components [6]: https://opentelemetry.io/docs/collector/deployment/gateway/ [7]: https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/configtls +[8]: http://github.com/DataDog/helm-charts/blob/main/charts/datadog/README.md