Add StdoutSink for debugging purposes

This commit is contained in:
Thomas Roehl
2021-03-26 17:03:46 +01:00
parent f822f00cdc
commit 913c3719a9
3 changed files with 46 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ var Collectors = map[string]collectors.MetricGetter{
var Sinks = map[string]sinks.SinkFuncs{
"influxdb": &sinks.InfluxSink{},
"stdout": &sinks.StdoutSink{},
}
// Structure of the configuration file