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 Serializers = make(map[string]Creator)
Serializers contains the registry of all known serializers (following the new style)
Functions ¶
Types ¶
type Creator ¶ added in v1.27.0
type Creator func() telegraf.Serializer
Creator is the function to create a new serializer
Click to show internal directories.
Click to hide internal directories.