Telegraf¶
Overview¶
Telegraf acts as a StatsD agent to collect host system metrics. It includes plugins to collect these metrics, many of which are enabled by default. Telegraf may be deployed to ingest data from multiple input sources and deliver that data to numerous output sources. In AiCSD, Telegraf collects system metrics on utilization (CPU, disk, memory, etc.) and writes data to an InfluxDB output plugin.
Telegraf Authentication¶
Telegraf authenticates with InfluxDB via the DOCKER_INFLUXDB_INIT_ADMIN_TOKEN
value specified in the .env
file. The bootstrapping of the DOCKER_INFLUXDB_INIT_ADMIN_TOKEN
enables a seamless authentication experience between InfluxDB and Telegraf. Telegraf metrics are then written to InfluxDB.
Resources¶
BSD 3-Clause License: See License.