Ejemplo n.º 1
0
func init() {
	glog = log.New("tsdb.graphite")
	tsdb.RegisterExecutor("graphite", NewGraphiteExecutor)

	HttpClient = tsdb.GetDefaultClient()
}
Ejemplo n.º 2
0
func init() {
	glog = log.New("tsdb.influxdb")
	tsdb.RegisterExecutor("influxdb", NewInfluxDBExecutor)

	HttpClient = tsdb.GetDefaultClient()
}
Ejemplo n.º 3
0
func init() {
	plog = log.New("tsdb.opentsdb")
	tsdb.RegisterExecutor("opentsdb", NewOpenTsdbExecutor)

	HttpClient = tsdb.GetDefaultClient()
}