mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-10-27 15:15:06 +01: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