feat(container): update image victoriametrics/vmagent to v1.114.0 #859
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/victoriametrics-vmagent-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.113.0
->v1.114.0
Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.114.0
Compare Source
v1.114.0
Released at 2025-03-21
Update note 1: metric
vm_mmaped_files
was renamed tovm_mmapped_files
to fix the typo in wordmmapped
.SECURITY: upgrade Go builder from Go1.24.0 to Go1.24.1. See the list of issues addressed in Go1.24.1.
FEATURE: vmsingle,
vminsert
in VictoriaMetrics cluster and vmagent: support zstd compression for OpenTelemetry and Datadog metrics ingestion. See this and this issues.FEATURE: vmagent: improve vmagent performance on parsing big responses in stream parsing mode. See this issue for details. Thanks to @makasim for the pull request.
FEATURE: vmagent and Single-node VictoriaMetrics: use original unmodified by relabeling job name as
scrape_pool
value for /api/v1/targets responses. This change fixes discrepancy with Prometheus as mentioned in this issue. Thanks to @evkuzin for the pull request.FEATURE: vmsingle and
vmselect
in VictoriaMetrics cluster: add command-line flag-search.maxTSDBStatusTopNSeries
to allow setting a limit for topN argument accepted by/api/v1/status/tsdb
endpoint.FEATURE: vmsingle and vmagent: support AWS EKS Pod Identity. See this issue for details.
FEATURE: vmsingle and vmselect: improve performance of
or
binary operator. The performance was degraded in v1.111.0. See this and this issues for details.FEATURE: vmalert: expose
vmalert_alerts_send_duration_seconds
metric to measure the time taken to send alerts to the specified-notifier.url
. Thanks to @eyazici90 for the pull request.FEATURE: dashboards/single, dashboards/cluster, dashboards/vmagent, dashboards/vmalert: add panel
Memory allocations rate
to ResourceUsage tab, that shows the rate of allocations in memory and can help identifying issues with increased pressure on GC.FEATURE: vmbackup, vmrestore, vmbackupmanager: improve resilience to network issues by retrying requests failing due to
IncompleteBody
. Previously, such requests were not retried and leaded to restore/backup process failure. See this PR for details.FEATURE: vmui: move legend customization settings, such as
Hide common labels
andTable view
, closer to the legend area. This change should improve UX and make it easier for users to adjust legend visualization. See this issueBUGFIX: stream aggregation: fix panic on
rate
output. See this issue.BUGFIX: stream aggregation: prevent unexpected samples drop when deduplication and aggregation windows are enabled.
BUGFIX: Single-node VictoriaMetrics and vmstorage: fix metric that shows number of active time series when per-day index is disabled. Previously, once per-day index was disabled, the active time series metric would stop being populated and the
Active time series
chart would show 0. See this issue for details.BUGFIX: vmbackupmanager: fix graceful shutdown delay when stopping the backup manager. Previously, sending a
SIGINT
would lead to a long delay before the backup manager would stop. See this issue for details.BUGFIX: vmbackupmanager: prevent a backup being scheduled 1 second after the previous one. See this issue.
BUGFIX: vmbackupmanager: do not set
vm_backup_last_run_failed
metric to1
when running vmbackupmanager with an empty storage. Previously, the metrics was set to1
even though backup was not created yet. See this issue.BUGFIX: MetricsQL: prevent from
too big duration
panic when the query contains too bigNi
durations because of too bigstep
value. See this issue.BUGFIX: vmalert, vmctl, vmbackup, vmrestore, vmbackupmanager: properly apply TLS settings for URLs with scheme other than
https
. Previously, TLS settings were ignored for such URLs. That could lead to unexpected behavior when a request was receiving a redirect response to a URL withhttps
scheme. See this issue for details.BUGFIX: vmagent: prevent dropping persistent queue data when changes happened for
-remoteWrite.showURL
flag, query params or fragment in remote write URL. See this issue.BUGFIX: vmagent: properly send staleness markers if scrape error occurs. See this issue for details.
BUGFIX:
vmselect
in VictoriaMetrics cluster: properly handlemultitenant
query request on storage communication error. See this issue for details.BUGFIX: vmsingle, vmagent,
vminsert
in VictoriaMetrics cluster: reduce number of allocations that could increase CPU usage on ingestion. See this issue for details.BUGFIX: fix typo in metric
vm_mmaped_files
by renaming it tovm_mmapped_files
.BUGFIX: vmalert: fix memory leak when sending alerts with
-notifier.blackhole
enabled. Bug was introduced in v1.112.0.BUGFIX: vmalert: properly compare rules
group.checksum
and statically definegroup.id
at creation time. See this PR for details.BUGFIX: vmalert: fix memory leak during rule group updates on reload. Bug was introduced in v1.112.0. See this issue.
BUGFIX: vmgateway: fix the
vmgateway_ratelimit_refresh_duration_seconds
value, before it did not account for the actual time spent refreshing limits.BUGFIX: vmsingle,
vmselect
in VictoriaMetrics cluster: prevent panic in case subquery step value exceeds max allowed value. Previously, the following query would lead to panicrate(sum(up)[11i:922335359011637780i])
. 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.