influxdb changed their API, again.

This commit is contained in:
Nan Monnand Deng 2014-07-19 01:28:46 -04:00
parent 03b36ea461
commit a38d60ac54
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import (
"github.com/google/cadvisor/info"
"github.com/google/cadvisor/storage"
"github.com/influxdb/influxdb/client"
influxdb "github.com/influxdb/influxdb/client"
)
type influxdbStorage struct {

View File

@ -21,7 +21,7 @@ import (
"github.com/google/cadvisor/storage"
"github.com/google/cadvisor/storage/test"
"github.com/influxdb/influxdb/client"
influxdb "github.com/influxdb/influxdb/client"
)
func runStorageTest(f func(storage.StorageDriver, *testing.T), t *testing.T) {