Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector interface {
// CollectorName returns the unique name of the collector
CollectorName() string
// InitCollector initializes the collector with a controller
// The controller can be nil during early initialization
// The config parameter is the collector-specific configuration, which can be cast to the appropriate type
InitCollector(controller ds.Controller, config any) error
Enable()
Disable()
}
Collector defines the interface for collection functionality
Directories
¶
| Path | Synopsis |
|---|---|
|
Package loginitex provides external process-based log capture functionality
|
Package loginitex provides external process-based log capture functionality |
Click to show internal directories.
Click to hide internal directories.