mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-01-01 03:36:17 +01:00
Add Prometheus sink to collector
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user