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>
5 lines
76 B
Go
5 lines
76 B
Go
package all
|
|
|
|
import (
|
|
//Blank imports for plugins to register themselves
|
|
)
|