VictoriaMetrics v1.32.8 Release Notes

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

    • โž• Add -selfScrapeInterval flag for self-scraping /metrics page. See #30 .
    • ๐ŸŒฒ Log the caller of httpserver.Errorf. Previously log message contained httpserver.Errorf itself, which wasn't useful. Now it contains the caller of httpserver.Errorf.
    • ๐Ÿ›  Fix panic on a single zero vmrange bucket in prometheus_buckets() function. See #296
    • ๐Ÿ›  Fix increase() over time series with gaps. Previously it could return invalid spikes on gaps.
    • Return expected results from increase() over the beginning of time series, which start from big value. Examples for such counters: OS-level counters for network or cpu stats.

    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.