Skip to content

v0.11.2

Compare
Choose a tag to compare
@Felixoid Felixoid released this 22 Oct 09:38
· 75 commits to master since this release
7dddcd7

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