Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileCollector ¶
type FileCollector struct {
// contains filtered or unexported fields
}
FileCollector manages file-based log collection.
func (*FileCollector) Name ¶
func (fc *FileCollector) Name() string
func (*FileCollector) Start ¶
func (fc *FileCollector) Start(ctx context.Context, queue chan *plugins.Log)
Start begins watching for configuration changes using fsnotify. It performs an initial reconciliation and then reacts to config file changes.
func (*FileCollector) Stop ¶
func (fc *FileCollector) Stop()
Click to show internal directories.
Click to hide internal directories.