Skip to content

v1.36.0

Compare
Choose a tag to compare
@valyala valyala released this 27 May 20:55
· 7105 commits to master since this release

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 other vmstorage 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 to foo. prefix. Note that this change may hide 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.