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
3 changes: 3 additions & 0 deletions content/en/network_monitoring/network_path/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Agent `v7.59+` is required.
## optional configs:
# max_ttl: 30 # max traderoute TTL, default is 30
# timeout: 1000 # timeout in milliseconds per hop, default is 1s
# tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack

# more endpoints
- hostname: 1.1.1.1 # endpoint hostname or IP
Expand Down Expand Up @@ -103,6 +104,7 @@ Agent `v7.72+` is required.
## optional configs:
# max_ttl: 30 # max traderoute TTL, default is 30
# timeout: 1000 # timeout in milliseconds per hop, default is 1s
# tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack, syn_socket (Windows only)

# more endpoints
- hostname: 1.1.1.1 # endpoint hostname or IP
Expand Down Expand Up @@ -145,6 +147,7 @@ To enable Network Path with Kubernetes using Helm, add the following to your `va
## optional configs:
# max_ttl: 30 # max traderoute TTL, default is 30
# timeout: 1000 # timeout in milliseconds per hop, default is 1s
# tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack

# more endpoints
- hostname: 1.1.1.1 # endpoint hostname or IP
Expand Down
Loading