Update victoriametrics/vmagent Docker tag to v1.133.0 #625
Reference in New Issue
Block a user
Delete Branch "renovate/victoriametrics"
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.132.0→v1.133.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.133.0Compare Source
v1.133.0
Released at 2026-01-02
Update Note 1: vmsingle and
vmstoragein VictoriaMetrics cluster: Upgrading to per-partition index requires registering all active time series. Expect slow down of data ingestion and queries during upgrade roll-out. This is a one-time operation. Additionally, for users with retention periods shorter than 1 month the disk usage may increase.SECURITY: upgrade base docker image (Alpine) from 3.22.2 to 3.23.2. See Alpine 3.23.2 release notes.
FEATURE: vmagent and vmsingle: add support for global
sampleLimitsetting. This allows users to efficiently limit the number of samples accepted per scrape target. This also ensures target-levelsample_limitcan correctly override the global setting. See #10145. Thanks to @kobylyanskiy for the contribution.FEATURE: vmauth: expose
vmauth_user_request_backend_requests_totalandvmauth_unauthorized_user_request_backend_requests_totalmetrics, which track the number of requests sent to backends. These counts may exceedvmauth_user_requests_totalandvmauth_unauthorized_user_requests_totalwhen requests are retried across multiple backends. See #10171.FEATURE: vmauth: expose
vmauth_user_request_errors_totalandvmauth_unauthorized_user_request_errors_totalmetrics, which track the number of user request errors. See #10188.FEATURE: vmauth: add
-maxQueueDurationcommand-line flag for waiting until the incoming request could be executed if-maxConcurrentRequestsare already exceeded. This should help with graceful handling of a short spike in the number of concurrent requests without leading to a retry storm. See #10078.FEATURE: vmsingle and
vmstoragein VictoriaMetrics cluster: introduce per-partition index. This should reduce disk space occupied by indexDBs as they get deleted along with the corresponding partitions once those partitions become outside the retention window. Read more about the motivation behind this feature at #7599 and what to expect at #8134.BUGFIX: vmagent and vmsingle: properly add
exported_prefix to scraped metrics that have the same names as auto-generated metrics. Previously, some auto-generated metrics were not recognized, so scraped metrics with the same names could overwrite them. See #10197. Thanks to @fxrlv for the contribution.BUGFIX: vmagent: fix
vmagent_rows_inserted_total{type="newrelic"}metric to correctly count samples. See #10191. Thanks to @fxrlv for the contribution.BUGFIX: vmauth: fix
vmauth_user_request_backend_errors_totalandvmauth_unauthorized_user_request_backend_errors_totalto only reflect backend request errors. Previously, these counters could be overcounted with user request error. See #10177.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: rotatedateMetricIDCacheinstead of resetting it. This should make the eviction less aggressive. Since the cache does not have fixed max size anymore the-storage.cacheSizeIndexDBDateMetricIDflag has been removed. See #10064 and PR #10169.BUGFIX: vmsingle: properly add metrics metadata scraped with
promscrape.configandselfScrapeInterval. See #10175.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: fix stats collection forindexdb/tagFiltersToMetricIDs,indexdb/metricID, andindexdb/date_metricIDcaches. As per PR #10131, the stats is collected for most utilized instance only, but if the size of all instances is 0 then the stats won't be collected at all. This may result in max cache size alternating between the actual value and 0. See #10204 and #10230.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: properly proxy requests to vmalert when-vmalert.proxyURLflag is set. See #10178.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 is behind base branch, 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.