VictoriaMetrics v1.33.1 Release Notes

Release Date: 2020-02-13 // about 4 years ago
  • 🔄 Changes since v1.33.0

    • 🛠 Fix goroutine leak when adding new time series. See #316
    • 👀 Properly adjust time range for the selected data. See #309
    • 🚚 Move -dedup.minScrapeInterval flag outside lib/storage, so it doesnt show up in vminsert component of cluster version
    • 👍 Allow reading config flags via environment vars if -envflag.enable command-line flag is set. See #311
    • 👀 Trim too long error messages when seding them from vmstorage to vmselect in cluster version. See #315
    • Add sort_by_label(q, label) and sort_by_label_desc(q, label) functions. These functions were proposed in Prometheus - see prometheus/prometheus#1533 for details.

    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.