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/network_monitoring/network_path/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Manually configure individual paths by specifying the exact endpoint you want to
# timeout: 10 # timeout in seconds of traceroute calls, default is 10s
- hostname: 1.1.1.1 # endpoint hostname or IP
protocol: UDP
port: 53
tags:
- "tag_key:tag_value"
- "tag_key2:tag_value2"
Expand All @@ -123,6 +122,7 @@ Manually configure individual paths by specifying the exact endpoint you want to

## @param port - uint16 - optional - default:<RANDOM PORT>
## The port of the destination endpoint.
## For UDP, we do not recommend setting the port since it can make probes less reliable.
## By default, the port is random.
#
# port: <PORT>
Expand Down