Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Deprecations = make(map[string]telegraf.DeprecationInfo)
Deprecations lists the deprecated plugins
View Source
var ErrEOF = errors.New("not enough data")
ErrEOF is similar to io.EOF but is a separate type to make sure we have checked the parsers using it to have the same meaning (i.e. it needs more data to complete parsing) and a way to detect partial data.
View Source
var Parsers = make(map[string]Creator)
Parsers contains the registry of all known parsers (following the new style)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.