CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]       2024/07/30 22:42:40

Modified files:
        databases/victoriametrics: Makefile distinfo 

Log message:
Update victoriametrics to 1.102.0

v1.102.0:

* Update note 1: support for snap packages was removed due to lack of
interest from community. See this pull request for details. Please
read about supported package types here.

* Update note 2: stream aggregation config now prevents setting multiple
identical outputs. For example, `outputs: [total, total]` will fail
the validation phase. In addition, `outputs: ["quantiles(0.5)",
"quantiles(0.9)"]` will fail the validation as well - use `outputs:
["quantiles(0.5, 0.9)"]` instead.

v1.102.0-rc2:

* Update note 1: the --vm-disable-progress-bar command-line flag at
vmctl was deprecated. Use --disable-progress-bar instead.

* Update note 2: *.passwordFile and similar flags are no longer trimming
trailing whitespaces at the end of content. Make sure to update the
templating of password files or HTTP endpoints to not include trailing
whitespaces before the upgrade. See this[0] PR for the details.

[NB: thanks for making me waste a couple of hours wondering why tf my
perfectly working, seemingly-not-affected config stopped working. btw
it's stupidly common to write a text file with a newline at the end,
and ime it's quite uncommon to have automation create things with a
newline at the end (especially in YAML), but hey, it doesn't seem to
be upstream's experience. Also I invested a good amount of time
tracking the change down. *sigh*.]

v1.102.0-rc1:

* Update note 1: the -remoteWrite.multitenantURL command-line flag at
vmagent was removed starting from this release. This flag was
deprecated since v1.96.0. Use -enableMultitenantHandlers instead, as
it is easier to use and combine with multitenant URL at vminsert. See
these docs for details.

* Update note 2: the -streamAggr.dropInputLabels command-line flag at
vmagent was renamed to -remoteWrite.streamAggr.dropInputLabels.
-streamAggr.dropInputLabels is now used for global streaming
aggregation.

* Update note 3: the -maxLabelValueLen command-line flag default value
was changed from 16KiB to 4KiB. It may lead to truncating of labels
with too long values.

[0]: https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6503
[1]: 
https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v11020-rc1
[2]: 
https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v11020-rc2
[3]: 
https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v11020

>From Lucas Gabriel Vuotto (maintainer)

Reply via email to