Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorAppender ¶
type ProcessorAppender struct { Key string Value string SortLabels bool // contains filtered or unexported fields }
func (*ProcessorAppender) Description ¶
func (*ProcessorAppender) Description() string
func (*ProcessorAppender) Init ¶
func (p *ProcessorAppender) Init(context ilogtail.Context) error
Init called for init some system resources, like socket, mutex...
func (*ProcessorAppender) ProcessLogs ¶
func (p *ProcessorAppender) ProcessLogs(logArray []*protocol.Log) []*protocol.Log
Click to show internal directories.
Click to hide internal directories.