Released at 2023-09-01
v1.87.x is a line of LTS releases (e.g. long-time support). It contains important up-to-date bugfixes.
The v1.87.x line will be supported for at least 12 months since v1.87.0 release
- BUGFIX: build: fix Docker builds for old Docker releases. See this issue.
- BUGFIX: vmselect: correctly handle requests with
/select/multitenantprefix. Such requests must be rejected since vmselect does not support multitenancy endpoint. Previously, such requests were causing panic. See this issue. - BUGFIX: vminsert: properly check for read-only state at
vmstorage. Previously it wasn't properly checked, which could lead to increased resource usage and data ingestion slowdown when some ofvmstoragenodes are in read-only mode. See this issue. - BUGFIX: vminsert: properly close broken vmstorage connection during read-only state checks at
vmstorage. Previously it wasn't properly closed, which prevents restoringvmstoragenode from read-only mode. See this issue. - BUGFIX: vmstorage: prevent from breaking
vmselect->vmstorageRPC communication whenvmstoragereturns an empty label name at/api/v1/labelsrequest. See this issue. - BUGFIX: do not allow starting VictoriaMetrics components with improperly set boolean command-line flags in the form
-boolFlagName value, since this leads to silent incomplete flags' parsing. This form should be replaced with-boolFlagName=value. See this issue. - BUGFIX: properly replace
:chars in label names with_when-usePromCompatibleNamingcommand-line flag is passed tovmagent,vminsertor single-node VictoriaMetrics. This addresses this comment. - BUGFIX: vmbackup: correctly check if specified
-dstbelongs to specified-storageDataPath. See this issue.
How to run VictoriaMetrics
Unpack the victoria-metrics-*.tar.gz archive and read these docs.
vmutils-*.tag.gz archive contains the following tools:
vmutils-*-enterprise.tar.gz archive contains the following additional enterprise tools:
The corresponding docker images are available here.
Cluster version is available here.