Merge pull request #97 from monnand/influxdb-pkgname

influxdb changed their API, again.
This commit is contained in:
Victor Marmol 2014-07-21 08:18:11 -07:00
commit aa7154c5e2
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) {