// Register the cassandra stats reporter. func init() { stats.Register("cassandra", &ValkyrieCassandraStats{}) }
// Register the console stats reporter. func init() { stats.Register("console", &ValkyrieConsoleStats{}) }
// Register the none stats reporter. func init() { stats.Register("none", &ValkyrieNoneStats{}) }