Network Path integration collects traceroute data.
The Network Path check is included in the Datadog Agent package. No additional installation is needed.
Example configuration:
instances:
- hostname: example.com # endpoint hostname or IP
protocol: TCP
port: 443
tags:
- "tag_key:tag_value"
- "tag_key2:tag_value2"
## optional configs:
# max_ttl: 30 # max traderoute TTL, default is 30
# timeout: 10 # timeout in seconds of traceroute calls, default is 10s
- hostname: <another_endpoint>
protocol: UDP
port: 53
tags:
- "tag_key:tag_value"
- "tag_key2:tag_value2"
Metrics are listed in metadata.csv
.
Network Path does not include any service checks.
Network Path does not include any events.
Need help? Contact Datadog support.