Hi ports,

VictoriaMetrics 1.108.[01] are out since a couple of days. Been running
both in my small instance without issues. There were two updates notes
on 1.108.0:
Update note 1: meaning of -maxLabelsPerTimeseries and -maxLabelValueLen has
been changed. Previously, excessive labels, label names and values were 
truncated and could result in silent data collision. With the new change 
time series that are hitting the limits will be dropped instead.

Update note 2: docker_sd_configs now by default matches only first network 
if the container has multiple networks defined. This change aligns with 
Prometheus SD behavior. Please see this issue[2] if you need to match
multiple networks.

[2]: 
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7398#issuecomment-2532668582

Full release notes are available at
https://docs.victoriametrics.com/changelog/#v11080
https://docs.victoriametrics.com/changelog/#v11081

OK?

        Lucas


diff /usr/ports
commit - b9bb7b5df44242a975baafedc1c50d0ebf19a5e2
path + /usr/ports
blob - 94ae57e05aaaa833bf33ba37358a29c251fb3c57
file + databases/victoriametrics/Makefile
--- databases/victoriametrics/Makefile
+++ databases/victoriametrics/Makefile
@@ -1,6 +1,6 @@
 COMMENT =              fast, cost-effective and scalable time series database
 
-V =                    1.107.0
+V =                    1.108.1
 
 DIST_TUPLE +=          github VictoriaMetrics VictoriaMetrics v${V} . # Apache 
License 2.0
 
blob - f09511cbeac646929b219f9670e309b6bee962b5
file + databases/victoriametrics/distinfo
--- databases/victoriametrics/distinfo
+++ databases/victoriametrics/distinfo
@@ -1,2 +1,2 @@
-SHA256 (VictoriaMetrics-VictoriaMetrics-v1.107.0.tar.gz) = 
5CJ4p31OIKhuOMyVgVQfZMeoQxjHrEepUlfBSKwuMiE=
-SIZE (VictoriaMetrics-VictoriaMetrics-v1.107.0.tar.gz) = 46992872
+SHA256 (VictoriaMetrics-VictoriaMetrics-v1.108.1.tar.gz) = 
yPpdjV8TdWh7pq9oc0/rGTgFC4dY0CKEomROMgwNWz8=
+SIZE (VictoriaMetrics-VictoriaMetrics-v1.108.1.tar.gz) = 47043374

Reply via email to