v1.36.0
Changes since v1.35.6
- ENHANCEMENT: cluster: added replication support via
-replicationFactor
command-line flag. See these docs for details. - ENHANCEMENT: cluster: improve ingestion performance when certain
vmstorage
nodes have slower ingestion performance comparing to othervmstorage
nodes. - ENHANCEMENT: improve search speed for time series matching Graphite whildcards such as
foo.*.bar.baz
, where.bar.baz
suffix matches lower number of time series comparing tofoo.
prefix. Note that this change mayhide
historical time series from query responses during the first day after the upgrade. The workaround is to add[.]*
to the end of regexp filter. For example,{__name__=~"foo\\.[^.]*\\.bar"}
should be rewritten to{__name__=~"foo\\.[^.]*\\.bar[.]*"}
. Note that adding[.]*
to the regexp disables the performance improvement mentioned above. - BUGFIX: vmauth: do not recompress already compressed response. See #514 .
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.