mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-13 22:43:00 +02:00
Add NatsSink to send data via the NATS messaging system
This commit is contained in:
@@ -27,6 +27,7 @@ var Collectors = map[string]collectors.MetricGetter{
|
||||
var Sinks = map[string]sinks.SinkFuncs{
|
||||
"influxdb": &sinks.InfluxSink{},
|
||||
"stdout": &sinks.StdoutSink{},
|
||||
"nats": &sinks.NatsSink{},
|
||||
}
|
||||
|
||||
// Structure of the configuration file
|
||||
|
Reference in New Issue
Block a user