Documentation
¶
Overview ¶
Package connectivity contains logic for connectivity troubleshooting between the Agent and Datadog endpoints. It uses HTTP request to contact different endpoints and displays some results depending on endpoints responses, if any.
Package connectivity contains logic for connectivity troubleshooting between the Agent and Datadog endpoints. It uses HTTP request to contact different endpoints and displays some results depending on endpoints responses, if any, and aims to imitate the Forwarder behavior in order to get a more relevant troubleshooting.
Package connectivity contains logic for connectivity troubleshooting between the Agent and Datadog endpoints. It uses HTTP request to contact different endpoints and displays some results depending on endpoints responses, if any.
Package connectivity contains logic for connectivity troubleshooting between the Agent and Datadog endpoints. It uses HTTP request to contact different endpoints and displays some results depending on endpoints responses, if any.
Package connectivity implements the connectivity checker component ¶
Package connectivity contains logic for connectivity troubleshooting between the Agent and Datadog endpoints. It uses HTTP request to contact different endpoints and displays some results depending on endpoints responses, if any.
Index ¶
- func Diagnose(diagCfg diagnose.Config, log log.Component) []diagnose.Diagnosis
- func DiagnoseInventory(ctx context.Context, cfg config.Component, log log.Component) ([]diagnose.Diagnosis, error)
- func DiagnoseMetadataAutodiscoveryConnectivity() []diagnose.Diagnosis
- func URLhasFQDN(u string) bool
- func URLwithPQDN(u string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiagnoseInventory ¶
func DiagnoseInventory(ctx context.Context, cfg config.Component, log log.Component) ([]diagnose.Diagnosis, error)
DiagnoseInventory checks the connectivity of the endpoints
func DiagnoseMetadataAutodiscoveryConnectivity ¶
DiagnoseMetadataAutodiscoveryConnectivity diagnoses the auto discovery connectivity
func URLhasFQDN ¶
func URLwithPQDN ¶
Types ¶
This section is empty.