As described in this issue , the influxdb client is no longer available in its original location. It has been moved to a separate repo. This causes compilation errors such as
Stderr: ../../go-kit/kit/metrics/influx/influx.go:9:2: cannot find package "github.com/influxdata/influxdb/client/v2" in any of: ...
The influxdb client is used here.
As described in this issue , the influxdb client is no longer available in its original location. It has been moved to a separate repo. This causes compilation errors such as
Stderr: ../../go-kit/kit/metrics/influx/influx.go:9:2: cannot find package "github.com/influxdata/influxdb/client/v2" in any of: ...The influxdb client is used here.