VictoriaMetrics v1.32.3 Release Notes

Release Date: 2020-01-16 // over 4 years ago
  • ๐Ÿ”„ Changes since v1.32.2

    • โฌ‡๏ธ Reduce memory usage in Union, Intersect and Subtract methods of lib/uint64set.Set. This should reduce memory usage during inverted index searches over big number of time series.
    • ๐Ÿšš Gradually remove stale entries from block cache and index caches. This should reduce memory usage in the long run when old blocks and indexes aren't accessed anymore.
    • Fix panic on sum(aggr_over_time(...)) with incorrect number of args
    • Add hoeffding_bound_upper(phi, m[d]) and hoeffding_bound_lower(phi, m[d]) functions. See #283
    • Return continuous values for min_over_time and max_over_time when step is smaller than scrape_interval
    • ๐Ÿ— Switch Go builder from Go1.13.5 to Go1.13.6

    How to run VictoriaMetrics

    ๐Ÿ“„ Unpack the victoria-metrics-*.tar.gz archive and read these docs.

    โช vmutils-*.tag.gz archive contains vmbackup and vmrestore tools for backups on S3 or GCS.

    ๐Ÿณ The corresponding docker image is available here.
    Cluster version is available here.