Documentation
¶
Index ¶
- func ApplyMigrations(data []byte) ([]byte, uint64, error)
- func DisableSecretProtection()
- func EnableSecretProtection()
- func GetDefaultConfigPath() ([]string, error)
- func LoadConfigFile(config string) ([]byte, bool, error)
- func PluginNameCounts(plugins []string) []string
- func WalkDirectory(path string) ([]string, error)
- type AgentConfig
- type Config
- func (c *Config) AggregatorNames() []string
- func (c *Config) CollectDeprecationInfos(inFilter, outFilter, aggFilter, procFilter []string) map[string][]PluginDeprecationInfo
- func (c *Config) InputNames() []string
- func (c *Config) LinkSecrets() error
- func (c *Config) ListTags() string
- func (c *Config) LoadAll(configFiles ...string) error
- func (c *Config) LoadConfig(path string) error
- func (c *Config) LoadConfigData(data []byte) error
- func (c *Config) OutputNames() []string
- func (c *Config) PrintDeprecationList(plugins []PluginDeprecationInfo)
- func (c *Config) ProcessorNames() []string
- func (c *Config) SecretstoreNames() []string
- type DeprecationInfo
- type Duration
- type OrderedPlugin
- type OrderedPlugins
- type PluginDeprecationInfo
- type Secret
- func (s *Secret) Destroy()
- func (s *Secret) Empty() bool
- func (s *Secret) EqualTo(ref []byte) (bool, error)
- func (s *Secret) Get() (SecretBuffer, error)
- func (s *Secret) GetUnlinked() []string
- func (s *Secret) Link(resolvers map[string]telegraf.ResolveFunc) error
- func (s *Secret) Set(value []byte) error
- func (s *Secret) UnmarshalText(b []byte) error
- type SecretBuffer
- type Size
Constants ¶
This section is empty.
Variables ¶
This section is empty.