Add Prometheus sink to collector

This commit is contained in:
Thomas Roehl 2021-05-29 03:41:16 +02:00
parent 1bd245af3f
commit 02e22457a2

View File

@ -33,6 +33,7 @@ var Sinks = map[string]sinks.SinkFuncs{
"influxdb": &sinks.InfluxSink{},
"stdout": &sinks.StdoutSink{},
"nats": &sinks.NatsSink{},
"prometheus": &sinks.PrometheusSink{},
}
var Receivers = map[string]receivers.ReceiverFuncs{