VictoriaMetrics v1.31.2 Release Notes

Release Date: 2019-12-20 // over 4 years ago
  • ๐Ÿ”„ Changes since v1.31.1

    • Skip authentication when accessing /health and /ping endpoints
    • Return StatusNoContent http response for /api/v1/import to be consistent with other insert handlers
    • ๐ŸŽ Optimize bulk import performance when multiple data points are inserted for the same time series
    • ๐ŸŽ Scale ingestion performance by sharding rawRows on systems with more than 8 CPU cores
    • โž• Add -search.maxExportDuration command-line flag for limiting /api/v1/export duration. See #275
    • ๐ŸŒฒ Prevent from blocking when log output isn't consumed in timely manner. Drop log messages instead of blocking and increment vm_log_messages_dropped_total metric

    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.