Merge pull request #97 from monnand/influxdb-pkgname
influxdb changed their API, again.
This commit is contained in:
commit
aa7154c5e2
@ -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 {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user