graphouse icon indicating copy to clipboard operation
graphouse copied to clipboard

Graphouse allows you to use ClickHouse as a Graphite storage.

Results 20 graphouse issues
Sort by recently updated
recently updated
newest added

This is a POC of work with VIEW. Selecting from view with hidden aggregation allows doing all work on shards without the huge final aggregation. Here is a research regarding...

If not, are you thinking that let graphouse support it?

I'm just finishing up migrating from carbon to graphouse/clickhouse and found that we have a bunch of snmp metrics that failed to backfill/load. I can work around this by using...

Hello. I've recognized, that graphouse doesn't save all incoming metrics until his (?) metrics tree won't fill. It looks like MetricCacher does a lot of side logic synchronously and couldn't...

I would like to see a maximum retention, similar to carbon/whisper storage-schemas.conf. Data that exceeds the maximum age should be purged from the database automatically.

It would be very nice to support [the pickle input format](https://graphite.readthedocs.io/en/latest/feeding-carbon.html#the-pickle-protocol). This can be easily implemented using some pickle serializer for Java. Besides, all similar backends support this feature.