Exemplo n.º 1
0
func init() {
	storage.RegisterStorageDriver("elasticsearch", new)
}
Exemplo n.º 2
0
func init() {
	storage.RegisterStorageDriver("stdout", new)
}
Exemplo n.º 3
0
func init() {
	storage.RegisterStorageDriver("influxdb", new)
}
Exemplo n.º 4
0
func init() {
	storage.RegisterStorageDriver("syslogng", new)
}
Exemplo n.º 5
0
func init() {
	storage.RegisterStorageDriver("redis", new)
}
Exemplo n.º 6
0
func init() {
	storage.RegisterStorageDriver("kafka", new)
}
Exemplo n.º 7
0
func init() {
	storage.RegisterStorageDriver("statsd", new)
}
Exemplo n.º 8
0
func init() {
	storage.RegisterStorageDriver("bigquery", new)
}