The plugin-driven server agent for collecting & reporting metrics.
Telegraf is an agent for collecting, processing, aggregating, and writing metrics. Design goals are to have a minimal memory footprint with a plugin system so that developers in the community can easily add support for collecting metrics. Telegraf is plugin-driven and has the concept of 4 distinct plugin types: input plugins, processor plugins, aggregator plugins, and output plugins.
Telegraf is an agent for collecting, processing, aggregating, and writing metrics. Design goals are to have a minimal memory footprint with a plugin system so that developers in the community can easily add support for collecting metrics. Telegraf is plugin-driven and has the concept of 4 distinct plugin types: input plugins, processor plugins, aggregator plugins, and output plugins.
To install telegraf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install telegraf
To see what files were installed by telegraf, run:
port contents telegraf
To later upgrade telegraf, run:
sudo port selfupdate && sudo port upgrade telegraf
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.