コード例 #1
0
ファイル: cassandra.go プロジェクト: codehalla/valkyrie
// Register the cassandra stats reporter.
func init() {
	stats.Register("cassandra", &ValkyrieCassandraStats{})
}
コード例 #2
0
ファイル: console.go プロジェクト: codehalla/valkyrie
// Register the console stats reporter.
func init() {
	stats.Register("console", &ValkyrieConsoleStats{})
}
コード例 #3
0
ファイル: none.go プロジェクト: codehalla/valkyrie
// Register the none stats reporter.
func init() {
	stats.Register("none", &ValkyrieNoneStats{})
}