Releases: go-graphite/carbon-clickhouse
Releases · go-graphite/carbon-clickhouse
v0.11.8
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
What's Changed
- Improve perfomance for tagged uploader by @msaf1980 in #126
- Improve telegraf json receiver performance by @msaf1980 in #127
- Support for mTLS connection to clickhouse by @lordvidex in #132
New Contributors
- @lordvidex made their first contribution in #132
Full Changelog: v0.11.6...v0.11.7
v0.11.6
v0.11.5
v0.11.4
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
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