Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrAlreadyCollected is returned when a cgroups is already being monitored ErrAlreadyCollected = errors.New("cgroup is already being collected") // ErrCgroupNotExists is returns when a cgroup no longer exists ErrCgroupNotExists = errors.New("cgroup does not exist in the collector") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.