kit icon indicating copy to clipboard operation
kit copied to clipboard

Support for influxdb 2.0 metrics

Open destag opened this issue 5 years ago • 3 comments

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.

destag avatar Nov 17 '20 13:11 destag

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.

peterbourgon avatar Nov 18 '20 15:11 peterbourgon

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

destag avatar Nov 24 '20 13:11 destag

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.

sagikazarmark avatar Jun 23 '21 20:06 sagikazarmark