Skip to content

Commit 449a407

Browse files
[DOCS-8678] update Helm config for network path (#29376)
* update Helm config for network path * fix wording * adding Agent version * Apply suggestions from code review Co-authored-by: Janine Chan <[email protected]> --------- Co-authored-by: Janine Chan <[email protected]>
1 parent d792958 commit 449a407

File tree

1 file changed

+35
-3
lines changed
  • content/en/network_monitoring/network_path

1 file changed

+35
-3
lines changed

content/en/network_monitoring/network_path/setup.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ instances:
191191
192192
Agent `v7.59+` is required.
193193

194-
To enable Network Path with Kubernetes using Helm, add the below to your `values.yaml` file.</br>
195-
**Note:** Helm chart v3.109.1+ **is required**. For more information, see the [Datadog Helm Chart documentation][1] and the documentation for [Kubernetes and Integrations][2].
194+
To enable Network Path with Kubernetes using Helm, add the following to your `values.yaml` file.</br>
195+
**Note:** Helm chart v3.109.1+ is required. For more information, reference the [Datadog Helm Chart documentation][1] and the documentation for [Kubernetes and Integrations][2].
196196

197197
```yaml
198198
datadog:
@@ -224,7 +224,7 @@ To enable Network Path with Kubernetes using Helm, add the below to your `values
224224
- "tag_key2:tag_value2"
225225
```
226226

227-
[1]: https://github.com/DataDog/helm-charts/blob/master/charts/datadog/README.md#enabling-system-probe-collection
227+
[1]: https://github.com/DataDog/helm-charts/blob/main/charts/datadog/README.md
228228
[2]: https://docs.datadoghq.com/containers/kubernetes/integrations/?tab=helm#configuration
229229
{{% /tab %}}
230230
{{< /tabs >}}
@@ -325,6 +325,38 @@ Agent `v7.61+` is required.
325325

326326
[3]: https://github.com/DataDog/datadog-agent/blob/2c8d60b901f81768f44a798444af43ae8d338843/pkg/config/config_template.yaml#L1731
327327

328+
{{% /tab %}}
329+
{{% tab "Helm" %}}
330+
331+
Agent `v7.59+` is required.
332+
333+
To enable Network Path with Kubernetes using Helm, add the following to your `values.yaml` file.
334+
**Note:** Helm chart v3.109.1+ is required. For more information, reference the [Datadog Helm Chart documentation][1] and the documentation for [Kubernetes and Integrations][2].
335+
336+
```yaml
337+
datadog:
338+
connections_monitoring:
339+
enabled: true
340+
341+
## Set to true to enable the Traceroute Module of the System Probe
342+
traceroute:
343+
enabled: true
344+
345+
## @param collector - custom object - optional
346+
## Configuration related to Network Path Collector.
347+
#
348+
collector:
349+
## @param workers - integer - optional - default: 4
350+
## @env DD_WORKERS - integer - optional - default: 4
351+
## The `workers` refers to the number of concurrent workers available for network path execution.
352+
#
353+
# workers: 4
354+
355+
```
356+
[1]: https://github.com/DataDog/helm-charts/blob/main/charts/datadog/README.md
357+
[2]: https://docs.datadoghq.com/containers/kubernetes/integrations/?tab=helm#configuration
358+
359+
328360
{{% /tab %}}
329361
{{< /tabs >}}
330362

0 commit comments

Comments
 (0)