VictoriaMetrics v1.34.1 Release Notes

Release Date: 2020-02-26 // about 4 years ago
  • ๐Ÿ”„ Changes since v1.34.0

    • โœจ ENHANCEMENT: vmagent,vminsert: add ability to accept Influx line protocol data via TCP and UDP if -influxListenAddr command-line flag is set. See #333
    • โœจ ENHANCEMENT: vmagent: add -remoteWrite.maxBlockSize command-line flag for limiting the maximum size of unpacked block to send to remote storage
    • โœจ ENHANCEMENT: vmagent: allow setting -httpListenAddr to empty string in order to disable listening for http requests. See #340
    • โœจ ENHANCEMENT: all: switch Go builder from v1.13.8 to v1.14.0
    • ๐Ÿ›  BUGFIX: vminsert: fix panic on data ingestion. See #339
    • ๐Ÿ›  BUGFIX: vmagent: do not allow sending unpacked requests with sizes exceeding -maxInsertRequestSize
    • โž• BUGFIX: vmagent: do not add missing port to __address__ label in order to be consistent with Prometheus behavior. See #331
    • ๐Ÿ›  BUGFIX: vmagent: properly reload new configs on SIGHUP. See #335

    How to run VictoriaMetrics

    ๐Ÿ“„ Unpack the victoria-metrics-*.tar.gz archive and read these docs.

    vmutils-*.tag.gz archive contains the following tools:

    ๐Ÿณ The corresponding docker images are available here.
    Cluster version is available here.