Documentation ¶
Overview ¶
Package telemetry handles Network Path telemetry
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SubmitNetworkPathTelemetry ¶
func SubmitNetworkPathTelemetry(sender metricsender.MetricSender, path payload.NetworkPath, checkDuration time.Duration, checkInterval time.Duration, tags []string)
SubmitNetworkPathTelemetry submits Network Path related telemetry
Types ¶
type NetworkPathCollectorType ¶
type NetworkPathCollectorType string
NetworkPathCollectorType represent the source of the network path data e.g. network_path_integration TODO: DEPRECATED in favour of Path.Origin
const CollectorTypeNetworkPathCollector NetworkPathCollectorType = "network_path_collector"
CollectorTypeNetworkPathCollector correspond to the Network Path Collector source type
const CollectorTypeNetworkPathIntegration NetworkPathCollectorType = "network_path_integration"
CollectorTypeNetworkPathIntegration correspond to the Network Path Integration source type
Click to show internal directories.
Click to hide internal directories.