Skip to content

Commit 9686256

Browse files
Update Agent version and remove limitations for Windows (#32649)
Updated the required Agent version for Windows and removed limitations regarding UDP and raw packets.
1 parent 2600f8b commit 9686256

File tree

1 file changed

+1
-31
lines changed
  • content/en/network_monitoring/network_path

1 file changed

+1
-31
lines changed

content/en/network_monitoring/network_path/setup.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ Agent `v7.59+` is required.
7575
{{% /tab %}}
7676
{{% tab "Windows" %}}
7777

78-
Agent `v7.61+` is required.
79-
80-
**Note**: Windows only supports TCP traceroutes.
78+
Agent `v7.72+` is required.
8179

8280
1. Enable the `system-probe` traceroute module in `%ProgramData%\Datadog\system-probe.yaml` by adding the following:
8381

@@ -116,34 +114,6 @@ Agent `v7.61+` is required.
116114

117115
3. Restart the Agent after making these configuration changes to start seeing network paths.
118116

119-
#### Limitations:
120-
121-
- In Windows environments, the Agent uses UDP by default to monitor individual paths. If the protocol is not specified in the configuration, the Agent attempts a UDP traceroute, and any errors are logged. To work around this, ensure the protocol is set to TCP. For example:
122-
123-
```yaml
124-
init_config:
125-
min_collection_interval: 60 # in seconds, default 60 seconds
126-
instances:
127-
- hostname: api.datadoghq.eu # endpoint hostname or IP
128-
protocol: TCP
129-
port: 443 # optional port number, default is 80
130-
```
131-
132-
- In Windows Client OS environments, raw packets are [not supported][5]. To work around this, set `protocol: TCP` and `tcp_method: syn_socket`. Agent `v7.67+` and [Windows version 2004 (10.0; Build 19041) or later][6] are required. For example:
133-
134-
```yaml
135-
init_config:
136-
min_collection_interval: 60 # in seconds, default 60 seconds
137-
instances:
138-
- hostname: api.datadoghq.eu # endpoint hostname or IP
139-
protocol: TCP
140-
port: 443 # optional port number, default is 80
141-
tcp_method: syn_socket
142-
```
143-
144-
[5]: https://learn.microsoft.com/en-us/windows/win32/winsock/tcp-ip-raw-sockets-2#limitations-on-raw-sockets
145-
[6]: https://learn.microsoft.com/en-us/windows/win32/api/ws2tcpip/nf-ws2tcpip-wsasetfailconnectonicmperror
146-
147117
{{% /tab %}}
148118
{{% tab "Helm" %}}
149119

0 commit comments

Comments
 (0)