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

Support for influxdb 2.0 metrics #1037

Open
destag opened this issue Nov 17, 2020 · 3 comments
Open

Support for influxdb 2.0 metrics #1037

destag opened this issue Nov 17, 2020 · 3 comments

Comments

@destag
Copy link

destag commented Nov 17, 2020

Influx recently released 2.0 version of their database. It brings some major changes (like dropped support for udp protocol).

With new version they released a new golang client. Can we add support for this new client?

I would be happy to implement it. But I wanted to find out if it is desired.

@peterbourgon
Copy link
Member

I don't think code like this needs to live in the Go kit repo. Do you agree? If so, I would be happy to link to your implementation.

@destag
Copy link
Author

destag commented Nov 24, 2020

There is metrics package for influx 1.x so I thought it would be nice if we had similar wrapper for influx 2.x

@sagikazarmark
Copy link
Contributor

I agree with @peterbourgon: the core is large enough as it is. As part of #843 things like metrics should probably be moved out of the core repo.

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

No branches or pull requests

3 participants