Skip to content

Releases: go-graphite/carbon-clickhouse

v0.11.8

16 Sep 09:59
a26d347
Compare
Choose a tag to compare

What's Changed

  • uploader: handle X-Clickhouse-Exception-Code header by @teqwve in #138
  • feat(config): add -exact-config command line argument by @mchrome in #139
  • uploader: propagate errors in compress by @teqwve in #137
  • Fix logged type for parse metric in index uploader by @msaf1980 in #145

New Contributors

Full Changelog: v0.11.7...v0.11.8

v0.11.7

07 Aug 09:33
66e33f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.6...v0.11.7

v0.11.6

07 Dec 09:25
5ef5b19
Compare
Choose a tag to compare

Bug fixes:

  • uploader: fix space unescape (issue #124)

Full Changelog: v0.11.5...v0.11.6

v0.11.5

01 Dec 07:16
cb9dd51
Compare
Choose a tag to compare

EXISTING BUGS:
space replaced with + in tags keys/values (broken unescape) (issue #124)

Bug fixes:

  • Fix high cpu usage for file switch loop (PR #123)

Full Changelog: v0.11.4...v0.11.5

v0.11.4

17 Nov 13:25
aebdd8c
Compare
Choose a tag to compare

EXISTING BUGS:
high cpu usage for file switch loop (issue #122)
space replaced with + in tags keys/values (broken unescape) (issue #124)

Features:

  • allow to store Date in UTC

Bug fixes:

Security fixes:

  • update github.com/gogo/protobuf from 1.0.0 to 1.3.2

Improvements:

  • optimize index/tagged uploader
  • optimize receiver
  • add upload time metric

v0.11.2

22 Oct 09:38
7dddcd7
Compare
Choose a tag to compare

Features:

  • support to disable internal carbon metrics @listenerri
  • add config setting for uploader max chunk size @msaf1980

Bug fixes:

  • config settings for dropping metrics with names longer than specified limit @franek1709
  • add tzdata for setting timezone in a docker container @Felixoid
  • add SIGTERM/SIGINT handler for gracefull shutdown @msaf1980
  • fix uploader tags buffer overflow @msaf1980

Improvements:

  • upload count and delay metrics @msaf1980
  • migrate to go.mod and vendoring dependencies @Felixoid
  • reduce allocations in uploader @msaf1980
  • option to disable daily index @Felixoid
  • preallocate buffer for reverse index name @msaf1980
  • add logrotate config @Felixoid
  • receiver: minimized allocations in Base.PlainParseLine and one-pass escape @msaf1980
  • multiple testing and building improvements @Felixoid
  • add integrations tests @msaf1980

v0.11.1

11 Sep 09:36
Compare
Choose a tag to compare

Features

  • Added ignored-tagged-metrics option
  • Enabled gzip compression for uploading to ClickHouse
  • Disabled keep-alive connections to ClickHouse

v0.11.0

06 Nov 09:47
Compare
Choose a tag to compare

Features

  • Added blacklist for points and points-reverse tables

v0.10.2

03 Jun 06:44
Compare
Choose a tag to compare

Features

  • Optimized CPU usage by the points-reverse uploader

v0.10.1

31 May 18:35
Compare
Choose a tag to compare

Features

  • Optimized Prometheus remote write receiver. Up to 5x faster