mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-20 09:22:59 +02:00
Add sink to add metrics to Ganglia through gmetric (#15)
This commit is contained in:
@@ -15,6 +15,7 @@ var AvailableSinks = map[string]Sink{
|
||||
"stdout": new(StdoutSink),
|
||||
"nats": new(NatsSink),
|
||||
"http": new(HttpSink),
|
||||
"ganglia": new(GangliaSink),
|
||||
}
|
||||
|
||||
// Metric collector manager data structure
|
||||
|
Reference in New Issue
Block a user