type GangliaOutput struct {
// contains filtered or unexported fields
}
An output that expects "stat metric" type messages from a StatAccumInput, with the stat values
emitted in the message fields (emit_in_fields = true), and sends all received stats to the
configured Ganglia gmond server.
type GangliaOutputConfig struct {
Address string// address of the Ganglia gmond server Host string// present as this hostname to Ganglia Spoof string// Ganglia spoof string Group string// Ganglia metric group}