feat(container): update image victoriametrics/victoria-metrics to v1.111.0 #659
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.110.0
->v1.111.0
Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/victoria-metrics)
v1.111.0
Compare Source
v1.111.0
Released at 2025-02-10
Update note 1: Single-node VictoriaMetrics and vmstorage 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. 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.FEATURE: Single-node VictoriaMetrics and vmstorage: improve startup times when opening a storage with the retention exceeding a few months.
FEATURE: vmui: add the ability to switch the heatmap to a line chart. Now, vmui would suggest to switch to line graph display if heatmap can't be properly rendered. See this issue.
FEATURE: vmauth: add
-httpInternalListenAddr
cmd-line flag to serve internal HTTP routes/metrics
,/flags
, etc. It allows properly route requests to backends with the same service routes as vmauth. See this issue and this issue for details.FEATURE: expose
/-/healthy
and/-/ready
endpoints as Prometheus does on vmselect endpoints, thus achieving full Prometheus compatibility for external dependencies.BUGFIX: vmagent: properly perform graceful shutdown for kafka client.
BUGFIX: vmagent: properly add message metadata headers for kafka remoteWrite target.
BUGFIX: vmui: improve clipboard error handling in tables and code snippets by showing detailed messages with possible reasons. See this pull request.
BUGFIX: vmui for VictoriaMetrics enterprise components: properly display enterprise features when the enterprise version is used.
BUGFIX: Single-node VictoriaMetrics and vmselect: fix discrepancies when using
or
binary operator. See this and this issues for details.BUGFIX: vmsingle and
vmstorage
in VictoriaMetrics cluster: properly update number of unique series for cardinality limiter on ingestion. Previously, limit could undercount the real number of the ingested unique series.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.