Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogCollector ¶
type LogCollector struct {
// contains filtered or unexported fields
}
LogCollector implements the collector.Collector interface for log collection
func GetInstance ¶
func GetInstance() *LogCollector
GetInstance returns the singleton instance of LogCollector
func (*LogCollector) CollectorName ¶
func (lc *LogCollector) CollectorName() string
CollectorName returns the unique name of the collector
func (*LogCollector) Disable ¶
func (lc *LogCollector) Disable()
func (*LogCollector) Enable ¶
func (lc *LogCollector) Enable()
func (*LogCollector) InitCollector ¶
func (lc *LogCollector) InitCollector(controller ds.Controller, config any) error
InitCollector initializes the log collector with a controller and configuration
Click to show internal directories.
Click to hide internal directories.