VictoriaMetrics v1.34.3 Release Notes

Release Date: 2020-03-11 // about 4 years ago
  • 🔄 Changes since v1.34.2

    • 🛠 BUGFIX: properly add labels set via -remoteWrite.label to metrics before sending them to -remoteWrite.url. This has been broken in v1.34.2
    • 🛠 BUGFIX: do not retry idempotent requests when scraping targets. See #357
    • 🛠 BUGFIX: properly apply -remoteWrite.sendTimeout to fasthttp.HostClient
    • 🛠 BUGFIX: return 500 status code instead of 200 status code on internal errors inside /snapshot/* handlers
    • ✨ ENHANCEMENT: vmagent,vminsert: add support for importing csv data via /api/v1/import/csv. See https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md#how-to-import-csv-data
    • ENHANCEMENT: add optional max_rows_per_line query arg to /api/v1/export for limiting the number of data points that may be exported on a single line
    • ENHANCEMENT: do not allow non-supported fields in -remoteWrite.relabelConfig and file_sd_configs. See #363
    • ✨ ENHANCEMENT: vmagent: consistently update /targets page after SIGHUP
    • ✨ ENHANCEMENT: Makefile: add build and test rules with enabled race detector. These rules have -race suffix.

    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.