carbon-clickhouse icon indicating copy to clipboard operation
carbon-clickhouse copied to clipboard

readme suggests to use graphite_index but default config is generated with graphite_tree

Open kt97679 opened this issue 4 years ago • 3 comments

Hello.

README.md has guidelines to setup graphite_index table and use it in the config of the carbon-clickhouse. From what I see carbon/config/go uses graphite_tree instead. Default config generated by carbon-clickhouse is not using graphite_index as well. README.md for the graphite-clickhouse has a note that graphite_tree is deprecated.

May I ask you to clarify what table should be used: graphite_index or graphite_tree?

Thanks!

kt97679 avatar Jan 28 '21 23:01 kt97679

Hey, the readme is correct, index table should be used https://github.com/lomik/graphite-clickhouse/wiki/IndexTable

It makes sense for sure to change the defaults

Felixoid avatar Jan 29 '21 07:01 Felixoid

Thanks a bunch for the clarification @Felixoid !

kt97679 avatar Jan 29 '21 07:01 kt97679

After merging https://github.com/lomik/graphite-clickhouse/pull/157 I'll rework the config for carbon-clickhouse as well

Felixoid avatar May 10 '21 10:05 Felixoid