telegraf: Add package for telegraf

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>
This commit is contained in:
Jonathan Pagel
2021-07-28 09:33:15 +02:00
committed by Nick Hainke
parent dacda65d37
commit 2b93edf3a2
6 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package all
import (
//Blank imports for plugins to register themselves
)