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

Graphite cluster backend with ClickHouse support

Results 27 graphite-clickhouse issues
Sort by recently updated
recently updated
newest added

Allow to cache finder requests.

Allow to customize queries urls/data timeouts. Useful for history (long-range) queries.

Hello folks! I've tried to update graphite-clickhouse from 0.12.0 to 0.13.2 and found interesting behavior. graphite-clickhouse, carbon-clickhouse and carbonapi run on node A with timezone UTC, at the same time...

Recently we migrated from `graphite-web + whisper` to `graphite-web + graphite-clickhouse + clickhouse` schema, and there are some issues with processing NULL values. Whisper's `*.wsp` files has pre-defined resolution: ```#...

enhancement
help wanted

This config ``` [common] listen = ":9090" max-cpu = 8 [clickhouse] url = "http://192.168.1.1:8123/?readonly=2&database=data" index-table = "" data-timeout = "1m0s" index-timeout = "1m0s" tagged-table = "" [[data-table]] table = "metrics"...

question
need info

Make option to send internal metrics (requests, memory etc) to carbon server (like carbonapi, go-carbon and carbon-clickhouse does).

Try to split rules for plain/tagged metrics for reduce checks. Benchmarks For example: BenchmarkSum-6 No split rules BenchmarkSumAuto-6 Try to auto detect split rules BenchmarkSumSeparated-6 Rules with type (all/plain/tagged_regex) $...

I posted an [issue](https://github.com/lomik/carbon-clickhouse/issues/37) to the carbon-clickhouse repo some time ago asking how to delete specific metrics. I ended up finding a way using some SQL queries, but I think...

Here's a branch with the updated vendor path https://github.com/lomik/graphite-clickhouse/tree/upgrade_prometheus

help wanted

Hello, I'm using GraphiteMergeTree with rollup function 'quantile' (https://clickhouse-docs.readthedocs.io/en/latest/agg_functions/#quantile-level-x). It seems that graphite-clcikhouse does not support this function. ```[[email protected] graphite-clickhouse]# graphite-clickhouse 2020/01/14 10:48:19 unknown function "quantile(0.95)" ``` It probably should...