Skip to content

Releases: go-graphite/graphite-clickhouse

v0.8.1

07 Dec 07:46
Compare
Choose a tag to compare

Bugfix

  • Fix panic in prometheus remote read location

v0.8.0

18 Oct 18:08
Compare
Choose a tag to compare

Bugfix

v0.7.0

13 Sep 06:52
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Performance

  • Optimized memory consumption. Up to 5 times less memory usage

Bugfix

  • Fix panic #14

v0.6.1

01 Mar 21:33
Compare
Choose a tag to compare

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
Choose a tag to compare

Features

  • seriesByTag support. Requires tagged-table
  • Switchable data table. See [[data-table]] in README for details

v0.5.1

20 Feb 08:40
Compare
Choose a tag to compare

Bugfix

  • Minimized memory usage of render?format=protobuf (in installations with carbonapi)

v0.5.0

10 Feb 21:16
Compare
Choose a tag to compare

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