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

Graphite metrics receiver with ClickHouse as storage

Results 22 carbon-clickhouse issues
Sort by recently updated
recently updated
newest added

Reduce allocations during tags split in receiver

Hello. Yesterday the process has stuck in a strange state without doing anything. I did check the CH logs, there wasn't any suspicious. There's a log from the stuck time:...

1. The SQL queries listed here are pretty much outdated because they don't suggest using any codecs which should be the default: I'm not aware of any major downsides of...

For graphite table, switching to the following moves us from 5 bytes/row to 0.6 bytes/row for a large dataset: ``` `Path` LowCardinality(String), `Value` Float64, `Time` UInt32 Codec(DoubleDelta, LZ4), `Date` Date...

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](https://github.com/lomik/carbon-clickhouse/blob/49c2e26c43877de36ba2c1b684418121e98f82d4/carbon/config.go#L231) graphite_tree instead. Default config generated by carbon-clickhouse...

How can i disable the `internal carbon metrics` or save them to another table instead of `default.graphite_reverse`.

Hello, Can you make possibility to enable multiple receivers? For example as in go-carbon i can turn on multiple pickle inputs at different ports