1.3 KiB
1.3 KiB
title | description | menu | ||||||
---|---|---|---|---|---|---|---|---|
Telegraf plugins | Telegraf plugins are agents used in the InfluxData time series platform for collecting, processing, aggregating, and writing metrics from time series data on the InfluxDB time series database and other popular databases and applications. |
|
Telegraf is an agent, written in the Go programming language, for collecting, processing, aggregating, and writing metrics. Telegraf is plugin-driven and supports four categories of plugin types, including input, output, aggregator, and processor.
Full Telegraf plugins list
View the full list of available Telegraf plugins.
Telegraf input plugins
The Telegraf input plugins collect metrics from the system, services, or third party APIs.
Telegraf output plugins
The Telegraf output plugins write metrics to various destinations.
Telegraf aggregator plugins
The Telegraf aggregator plugins create aggregate metrics (for example, mean, min, max, quantiles, etc.)
Telegraf processor plugins
The Telegraf processor plugins transform, decorate, and filter metrics.