-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make does not work with influxdb v0.8.8 #25
Comments
Also experiencing this issue, any work around? |
I believe influxdb/client has changed. They removed WriteSeries. I'm trying to find a release that isn't broken. If you find one, post it here so others can benefit. |
Can we use godeps and lock down the commit hash of the upstream project? |
Actually, after it fails, or you do a 'make get' Do this: make build Then you're g2g. |
Anyone got a fix for this? Trying to setup this proxy but am getting this error. |
@hoonmin should you close this now? |
@joelgriffiths thank you so much, you saved my time! |
Hello Any support planned for the influxdb client v0.9.x ? I had to upgrade to influx database server 0.9 and cannot use the proxy anymore... When doing a 'go build' with influxdb client last version having the same compilation error as mentioned above. ./influxdb-collectd-proxy.go:107: undefined: client.ClientConfig Thanks for the help |
I was able to get it built a few days ago, but am unable to build it now no matter what I do. Does anybody have any ideas?
root@influxdb-02:
/influxdb-collectd-proxy/influxdb-collectd-proxy# GOPATH=:/influxdb-collectd-proxy/influxdb-collectd-proxy# makepwd
go version'go version go1.4.1 linux/amd64
root@influxdb-02:
GOPATH=:
pwd
go get github.com/paulhammond/gocollectdGOPATH=:
pwd
go get github.com/influxdb/influxdb/clientGOPATH=:
pwd
go build -o bin/influxdb-collectd-proxy_/root/influxdb-collectd-proxy/influxdb-collectd-proxy
./influxdb-collectd-proxy.go:107: undefined: client.ClientConfig
./influxdb-collectd-proxy.go:129: undefined: client.Series
./influxdb-collectd-proxy.go:138: client.WriteSeries undefined (type client.Client has no field or method WriteSeries)
./influxdb-collectd-proxy.go:144: undefined: client.Series
./influxdb-collectd-proxy.go:151: undefined: client.Series
./influxdb-collectd-proxy.go:156: undefined: client.Series
./influxdb-collectd-proxy.go:246: undefined: client.Series
make: ** [build] Error 2
The text was updated successfully, but these errors were encountered: