VictoriaMetrics v1.32.6 Release Notes

Release Date: 2020-01-21 // about 4 years ago
  • ๐Ÿ”„ Changes since v1.32.5

    • Add label_match(q, label, regexp) and label_mismatch(q, label, regexp) functions for filtering out time series with labels matching the given regexp
    • ๐ŸŽ Reduce memory allocations and improve performance when merging metricID sets. This should speed up inverted index search over big number of time series.
    • ๐Ÿ‘‰ Use github.com/klauspost/compress/gzip instead of standard compress/gzip. This gives better gzip compression and decompression speeds.
    • 0๏ธโƒฃ Increase default value for -insert.maxQueueDuration from 30s to 60s. This should help catching up with high ingestion rate after VictoriaMetrics restart.
    • ๐Ÿ›  Fix bug with improper updating lastAccessTime in index and data block cache entries.

    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.