mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-09-18 06:14:32 +02:00
Initial version of a RabbitMQ/AMQP sink
This commit is contained in:
@@ -21,6 +21,8 @@ var AvailableSinks = map[string]func(name string, config json.RawMessage) (Sink,
|
||||
"influxdb": NewInfluxSink,
|
||||
"influxasync": NewInfluxAsyncSink,
|
||||
"http": NewHttpSink,
|
||||
"amqp": NewAmqpSink,
|
||||
"rabbitmq": NewAmqpSink,
|
||||
}
|
||||
|
||||
// Metric collector manager data structure
|
||||
|
Reference in New Issue
Block a user