Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 Index ¶ Constants func New(globalConfig define.Config, taskConfig define.TaskConfig) define.Task type Gather func (g *Gather) Reload() func (g *Gather) Run(ctx context.Context, e chan<- define.Event) func (g *Gather) Stop() Constants ¶ View Source const ( DiskReadOnlyCollection = "C_DISKRO" DiskSpaceCollection = "C_DISK_SPACE" CoreFileDetectCollection = "C_CORE" OutOfMemCollection = "C_OOM" ) Variables ¶ This section is empty. Functions ¶ func New ¶ func New(globalConfig define.Config, taskConfig define.TaskConfig) define.Task Types ¶ type Gather ¶ type Gather struct { tasks.BaseTask // contains filtered or unexported fields } func (*Gather) Reload ¶ func (g *Gather) Reload() func (*Gather) Run ¶ func (g *Gather) Run(ctx context.Context, e chan<- define.Event) func (*Gather) Stop ¶ func (g *Gather) Stop() Source Files ¶ View all Source files exceptionbeat_unix.go Directories ¶ Show internal Expand all Path Synopsis collector corefile diskro diskspace outofmem Click to show internal directories. Click to hide internal directories.