Telegraf
Plugin-driven server agent for collecting and sending metrics and events in Go.
Why consider Telegraf?
Telegraf is an open-source, plugin-driven telemetry collection agent by InfluxData. It collects CPU, memory, database, and cloud metrics, forwarding data to Prometheus, InfluxDB, Kafka, and OpenSearch.
Learn Telegraf by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Telegraf
Telegraf has over 300 input, processor, aggregator, and output plugins to ingest telemetry from IoT hardware, Linux daemons, databases, and microservice meshes.
Running Telegraf via Docker
docker run -d \ --name telegraf \ -v $(pwd)/telegraf.conf:/etc/telegraf/telegraf.conf:ro \ telegraf:latestTelegraf is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.