Releases: go-graphite/graphite-clickhouse
Releases · go-graphite/graphite-clickhouse
v0.8.1
07 Dec 07:46
Compare
Sorry, something went wrong.
No results found
Bugfix
Fix panic in prometheus remote read location
v0.8.0
18 Oct 18:08
Compare
Sorry, something went wrong.
No results found
v0.7.0
13 Sep 06:52
Compare
Sorry, something went wrong.
No results found
Features
New location /read can be used as remote_read url in prometheus
Implemented /metrics/index.json
Changes
In all queries argMax(Deleted, Version)==0 replaced with simple Deleted == 0. It's much faster but you have to wait until the original and deleted rows will be merged.
v0.6.4
18 Jun 10:48
Compare
Sorry, something went wrong.
No results found
Bugfix:
Calculate retention using 'from' instead of first non-null point #19
Ignore deleted metrics in tags autocomplete
v0.6.3
23 Mar 06:58
Compare
Sorry, something went wrong.
No results found
Features
Added support of table type series-reverse. Can be enabled as version 3 of date-tree-table:
date-tree-table = "graphite_series_reverse"
date-tree-table-version = 3
Improved logging of request_id. It passes to ClickHouse as prefix of query_id
New User-Agent in ClickHouse queries with version and table name:
graphite-clickhouse/0.6.4 (table:graphite_series)
v0.6.2
05 Mar 18:18
Compare
Sorry, something went wrong.
No results found
Performance
Optimized memory consumption. Up to 5 times less memory usage
Bugfix
v0.6.1
01 Mar 21:33
Compare
Sorry, something went wrong.
No results found
Features
The question mark (?) in metric name matches any single symbol
New rollup-conf option in [[data-table]] sections
v0.6.0
26 Feb 06:54
Compare
Sorry, something went wrong.
No results found
Features
seriesByTag support. Requires tagged-table
Switchable data table. See [[data-table]] in README for details
v0.5.1
20 Feb 08:40
Compare
Sorry, something went wrong.
No results found
Bugfix
Minimized memory usage of render?format=protobuf (in installations with carbonapi)
v0.5.0
10 Feb 21:16
Compare
Sorry, something went wrong.
No results found
Features
Added support of graphite-web 1.1.0+: multi target params, POST requests. seriesByTag is not supported
New option date-tree-table. See config for details