Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOutputStopped = errors.New("Output plugin stopped")
Functions ¶
This section is empty.
Types ¶
type LogBackend ¶
A LogBackend is able to return a LogDest of a given name. The same name should always return the same LogDest.
type LogCollection ¶
type LogCollection interface { FindLogSrc() []LogSrc Start(acc telegraf.Accumulator) error }
A LogCollection is a collection of LogSrc, a plugin which can provide many LogSrc
Click to show internal directories.
Click to hide internal directories.