package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Packages

# Functions

AvailableAggregators returns the base list of available aggregator plugins.
AvailableBundles returns the base list of available bundled plugins.
AvailableInputs returns the base list of available input plugins.
AvailableOutputs returns the base list of available output plugins.
AvailablePlugins returns the base list of available plugins.
AvailableProcessors returns the base list of available processor plugins.
GetPlugin returns the plugin's sample config, if available.
ListAvailablePlugins lists available plugins based on type.

# Constants

Aggregator is an aggregator plugin.
Input is an input plugin.
Output is an output plugin.
Processor is a processor plugin.

# Variables

AgentConfig contains the default agent config.

# Structs

Plugin defines a Telegraf plugin.
TelegrafPlugins defines a Telegraf version's collection of plugins.

# Interfaces

Config interface for all plugins.

# Type aliases

Type is a telegraf plugin type.