Ejemplo n.º 1
0
// Register the cassandra stats reporter.
func init() {
	stats.Register("cassandra", &ValkyrieCassandraStats{})
}
Ejemplo n.º 2
0
// Register the console stats reporter.
func init() {
	stats.Register("console", &ValkyrieConsoleStats{})
}
Ejemplo n.º 3
0
// Register the none stats reporter.
func init() {
	stats.Register("none", &ValkyrieNoneStats{})
}