Documentation
¶
Overview ¶
Package updater handles agent updates. It downloads binaries based on provided version for both agent and integrations and replaces them in place. It also downloads built-in integrations if only agent binary is present.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Updater ¶
type Updater struct {
// contains filtered or unexported fields
}
Updater handles agent and built-in integration updates
func (*Updater) DownloadIntegrationsIfMissing ¶
DownloadIntegrationsIfMissing downloads integrations if those are not present in integrations dir. This would happen if use only downloaded the agent binary.
Click to show internal directories.
Click to hide internal directories.