mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 04:40:11 +08:00

Telegraf is a plugin-driven agent for collecting and sending metrics and events. It supports various inputs (including prometheus endpoints) and is able to send data into InfluxDB. https://www.influxdata.com/time-series-platform/telegraf/ Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
6 lines
76 B
Go
6 lines
76 B
Go
package all
|
|
|
|
import (
|
|
//Blank imports for plugins to register themselves
|
|
)
|