Skip to content
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

Fails to build - undefined: client.ClientConfig #1

Open
dcarter opened this issue Feb 23, 2015 · 2 comments
Open

Fails to build - undefined: client.ClientConfig #1

dcarter opened this issue Feb 23, 2015 · 2 comments

Comments

@dcarter
Copy link

dcarter commented Feb 23, 2015

Home-MacBook:mqforward david$ go install .
github.com/shirou/mqforward
./influxdb.go:42: undefined: client.ClientConfig
./influxdb.go:92: ifc.Client.WriteSeriesOverUDP undefined (type *client.Client has no field or method WriteSeriesOverUDP)
./influxdb.go:96: ifc.Client.WriteSeries undefined (type *client.Client has no field or method WriteSeries)
./influxdb.go:140: undefined: client.Series
./influxdb.go:141: undefined: client.Series
./influxdb.go:156: undefined: client.Series
./influxdb.go:166: undefined: client.Series

@dcarter
Copy link
Author

dcarter commented Feb 23, 2015

Looking at the commit below, it appears that the influxdb client code that this depends on was deprecated & completely rewritten from the ground up, starting around Jan 22, 2015.

influxdata/influxdb@44d4346

@shirou
Copy link
Owner

shirou commented Feb 24, 2015

Thank you for reporting and trying to use!

I aware the build is failed. But currently influxdb client is under heavily development. I think it's not good idea to change now.

Or, if influxdb will not become concrete, I will move other product such as graphite, elasticsearch or prometheus (https://github.com/prometheus/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants