Hi ports, Here's an update to our relatively dated VictoriaMetrics. Portwise, it updates to 1.114.0. Latest version, 1.115.0, requires Go 1.24.2 which we don't ship yet. Other than that, it's straightforward.
Update notes / maybe relevant information: v1.114.0 Update note 1: metric vm_mmaped_fileswas renamed to vm_mmapped_files to fix the typo in word mmapped. v1.113.0 Update note 1: vmsingle[2] and vmagent[3] include a fix which enforces IPv6 addresses escaping for containers discovered with Kubernetes service-discovery[4] and role: pod which do not have exposed ports defined. This means that address for these containers will always be wrapped in square brackets, this might affect some relabeling rules which were relying on previous behaviour. Update note 2: vmalert[5] disallows using time buckets stats pipe[6] in alerting or recording rules with VictoriaLogs as datasource. Time buckets used with stats query API[7] may produce unexpected results for user and result into cardinality issues. Update note 3: vmalert[5] disallows specifying eval_offset and eval_delay options in the same group[8]. The eval_offset option ensures the group is evaluated at the exact offset in the range of [0...interval]. However, with eval_delay, this behavior cannot be guaranteed without further adjusting the evaluation time, which could lead to more confusion. v1.111.0 Update note 1: Single-node VictoriaMetrics[2] and vmstorage[3] stop exposing vm_index_search_duration_seconds histogram metric. This metric records time spent on search operations in the index. It was introduced in v1.56.0[4]. However, this metric was used neither in dashboards nor in alerting rules. It also has high cardinality because index search operations latency can differ by 3 orders of magnitude. Hence, dropping it as unused. v1.110.0 FEATURE: dashboards[7]: all dashboards that use VictoriaMetrics Grafana datasource[8] were updated to use a new datasource ID[9]. [NB: we don't ship VictoriaMetrics Grafana datasource... yet] Full release notes available at https://docs.victoriametrics.com/victoriametrics/changelog/#v11140 OK? Lucas diff refs/heads/master dc6f5fb57301541505b548bf082139ab0076dc54 commit - d3b4ceee0179885d5686adf20baf4e1464688df9 commit + dc6f5fb57301541505b548bf082139ab0076dc54 blob - 80ffccbaa31044e27d4f63919d8cb7e99f70900a blob + f1a80f57cc39f9784551992e068cb1b5e6ce1877 --- databases/victoriametrics/Makefile +++ databases/victoriametrics/Makefile @@ -1,6 +1,7 @@ COMMENT = fast, cost-effective and scalable time series database -V = 1.109.1 +# 1.115.0+ requires Go 1.24.2 +V = 1.114.0 DIST_TUPLE += github VictoriaMetrics VictoriaMetrics v${V} . # Apache License 2.0 blob - df7e408e5c15888031fdd300d74299f9e4be9c64 blob + 383afec2fbfcc4b20579aae8c65c9cab12e7ae2b --- databases/victoriametrics/distinfo +++ databases/victoriametrics/distinfo @@ -1,2 +1,2 @@ -SHA256 (VictoriaMetrics-VictoriaMetrics-v1.109.1.tar.gz) = NJ4rcl0Z+Ee0A50pNAjys1fzuFSgxm/NhLX7nYGNgns= -SIZE (VictoriaMetrics-VictoriaMetrics-v1.109.1.tar.gz) = 45424076 +SHA256 (VictoriaMetrics-VictoriaMetrics-v1.114.0.tar.gz) = 5LHsJh5AWbMQJIAz/yxoKsXrCVcq5lD2Wl3PP2SS/dA= +SIZE (VictoriaMetrics-VictoriaMetrics-v1.114.0.tar.gz) = 39866018