Closed grzkv closed 3 years ago
v1 and v2 protocols are equal (except of carbonserver specific methods). v3 supported only in latest versions of go-graphite/carbonapi. I use carbonapi-0.9.2 with some patches
So, looks like we can use your lib if we support v2, right? But we will not be able to use MetricDetails
.
I don't understand. What "lib" you want to use?
I mean, graphite-clickhouse
. It's not a lib, sorry for misnaming it.
yep, graphite-clickhouse works fine with carbonapi protocol v2
Since #85 the project supports pbv3, so it's solved
Looks like the protocol in https://github.com/lomik/graphite-clickhouse/blob/master/carbonzipperpb/carbonzipper.proto is derived from v1 of
go-graphite/protocol
.How about supporting v2 or v3? Are there any fundamental limitations to this?