Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginName df collector plugin name PluginName = "df" // Version of plugin Version = 6 ProcPath = "proc_path" ExcludedFSNames = "excluded_fs_names" ExcludedFSTypes = "excluded_fs_types" KeepOriginalMountPoint = "keep_original_mountpoint" MountInfoFile = "mountinfo" )
Variables ¶
This section is empty.
Functions ¶
func NewDfCollector ¶
func NewDfCollector() *dfCollector
NewDfCollector creates new instance of plugin and returns pointer to initialized object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.