Skip to content

[Beta] Bug fixes.

Pre-release
Pre-release
Compare
Choose a tag to compare
@ytyou ytyou released this 11 May 03:10
· 239 commits to main since this release
  1. Bug fixes:
  • When TickTockDB runs out of memory, return HTTP 503 instead of return empty/partial results;
  • If TickTockDB's timestamp are stored at seconds resolution, but downsample interval is specified in milliseconds, TickTockDB will round the millisecond interval to seconds;
  • On 32-bit OS, virtual memory size is reduced to support large query range;
  • No need to specify http.request.format anymore. Write requests in json, Opentsdb put, and InfluxDB line formats are supported by default;
  • Memory Leaks.
  1. Support 'top5' aggregator;
  2. Support OpenTSDB's 'explicit_tags'