Documentation
¶
Overview ¶
Package common contains common structures and constants used for NpCollector
Index ¶
Constants ¶
View Source
const NetworkPathCollectorMetricPrefix = "datadog.network_path.collector."
NetworkPathCollectorMetricPrefix is a metric prefix for network path collector
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pathtest ¶
type Pathtest struct {
Hostname string
Port uint16
Protocol payload.Protocol
SourceContainerID string
Metadata PathtestMetadata
}
Pathtest details of information necessary to run a traceroute
type PathtestMetadata ¶
type PathtestMetadata struct {
// ReverseDNSHostname is an optional hostname which will be used in place of rDNS querying for
// the destination address.
ReverseDNSHostname string
}
PathtestMetadata contains metadata used to annotate the result of a traceroute. This data is not used by the traceroute itself.
Click to show internal directories.
Click to hide internal directories.