feat(container): update image victoriametrics/victoria-metrics to v1.110.0 #700
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/victoriametrics-victoria-metrics-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.109.1
->v1.110.0
Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/victoria-metrics)
v1.110.0
Compare Source
v1.110.0
Released at 2025-01-24
SECURITY: upgrade Go builder from Go1.23.4 to Go1.23.5. See the list of issues addressed in Go1.23.5.
FEATURE: MetricsQL: allow executing queries with
$__interval
and$__rate_interval
- these placeholders are automatically replaced with1i
(e.g.step
arg value at/api/v1/query_range
) during query execution. This simplifies copying queries from Grafana dashboards.FEATURE: vmsingle and
vmselect
in VictoriaMetrics cluster: add command-line flag-search.maxDeleteDuration(default 5m)
to limit the duration of the/api/v1/admin/tsdb/delete_series
call. Previously, the call is limited by-search.maxQueryDuration
.FEATURE: dashboards: all dashboards that use VictoriaMetrics Grafana datasource were updated to use a new datasource ID.
FEATURE: vmui: reflect column settings for the table view in URL, so the table view can be shared via link. See this issue.
BUGFIX: vmsingle,
vminsert
in VictoriaMetrics cluster and vmagent: allow ingesting histograms with missing_sum
metric via OpenTelemetry ingestion protocol in the same way as Prometheus does.BUGFIX: Single-node VictoriaMetrics and vmselect: respect staleness detection in increase, increase_pure and delta functions when time series has gaps and
-search.maxStalenessInterval
is set. See this issue for details.BUGFIX: all VictoriaMetrics enterprise components: properly trim whitespaces at the end of license provided via
-license
and-licenseFile
command-line flags. Previously, the trailing whitespaces could cause the license verification to fail.BUGFIX: vmauth: fix possible runtime panic during requests processing under heavy load. See this issue for details.
BUGFIX: vmselect: fix panic when trying to delete series by using multitenant read endpoint. See this issue for the details.
BUGFIX: vmselect: prevent panic when
vmselect
receives an error response fromvmstorage
during the query execution and request processing for othervmstorage
nodes is still in progress. See this issue for the details.BUGFIX: vmui: fix an issue where pressing the "Enter" key in the query editor did not execute the query. See this issue.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.