VictoriaMetrics v1.32.6 Release Notes

Release Date: 2020-01-21 // over 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.