Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Deprecations = map[string]telegraf.DeprecationInfo{}
Deprecations lists the deprecated plugins
View Source
var SecretStores = map[string]Creator{}
SecretStores contains the registry of all known secret-stores
Functions ¶
Types ¶
type Creator ¶
type Creator func(id string) telegraf.SecretStore
Creator is the function to create a new parser
Click to show internal directories.
Click to hide internal directories.