Documentation ¶
Overview ¶
Package paths defines commonly used paths throughout the installer
Index ¶
Constants ¶
View Source
const ( // PackagesPath is the path to the packages directory. PackagesPath = "/opt/datadog-packages" // ConfigsPath is the path to the Fleet-managed configuration directory. ConfigsPath = "/etc/datadog-packages" // LocksPath is the path to the packages locks directory. LocksPath = "/opt/datadog-packages/run/locks" // RootTmpDir is the temporary path where the bootstrapper will be extracted to. RootTmpDir = "/opt/datadog-installer/tmp" // DefaultUserConfigsDir is the default Agent configuration directory. DefaultUserConfigsDir = "/etc" // StableInstallerPath is the path to the stable installer binary. StableInstallerPath = "/opt/datadog-packages/datadog-installer/stable/bin/installer/installer" // ExperimentInstallerPath is the path to the experiment installer binary. ExperimentInstallerPath = "/opt/datadog-packages/datadog-installer/experiment/bin/installer/installer" // RunPath is the default run path RunPath = "/opt/datadog-packages/run" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.