Пример #1
0
// Register the cassandra stats reporter.
func init() {
	stats.Register("cassandra", &ValkyrieCassandraStats{})
}
Пример #2
0
// Register the console stats reporter.
func init() {
	stats.Register("console", &ValkyrieConsoleStats{})
}
Пример #3
0
// Register the none stats reporter.
func init() {
	stats.Register("none", &ValkyrieNoneStats{})
}