v1.106.0
Released at 2024-11-04
-
FEATURE: vmalert: support VictoriaLogs as a datasource. See this doc for details.
-
FEATURE: vmalert:
-rule
cmd-line flag now supports multi-document YAML files. This could be useful when rules are retrieved via HTTP URL where multiple rule files were merged together in one response. See this issue. Thanks to @Irene-123 for the pull request. -
FEATURE: vmagent: support scraping from Kubernetes Native Sidecars. See this issue.
-
FEATURE: vmagent and Single-node VictoriaMetrics: add
metric_relabel_configs
andrelabel_configs
to theglobal
section of scrape configuration. Relabeling configuration specified inglobal
section will be pre-pended to relabeling configs of all jobs. See this issue and these docs for details. -
FEATURE: dashboards for VM single-node, cluster, vmalert, vmagent, VictoriaLogs: add
Restarts
panel to show the events of process restarts. This panel should help correlate events of restart with unexpected behavior of processes. -
FEATURE: alerts: add alerting rule
RemoteWriteDroppingData
to track number of dropped samples that weren't sent to remote write URL. -
FEATURE: vmalert-tool: use
evaluation_interval
as defaultinterval
value in test_group. This change aligns with promtool behavior. -
BUGFIX: dashboards for Single-node VictoriaMetrics, cluster: The free disk space calculation now will subtract the size of the
-storage.minFreeDiskSpaceBytes
flag to correctly display the remaining available space of Single-node VictoriaMetrics/vmstorage rather than the actual available disk space, as well as the full ETA. See this issue for the details. -
BUGFIX: vmalert: properly set
group_name
andfile
fields for recording rules in/api/v1/rules
. -
BUGFIX: vmgateway: properly forward multitenant requests with
-clusterMode
. See this issue for details. -
BUGFIX: Single-node VictoriaMetrics and
vmstorage
in VictoriaMetrics cluster: prevent panic when ingesting samples which are outisde of configured retention filters. This could happen when backfilling data with retention filters which exclude samples from the backfill range. -
BUGFIX: vmctl: fix issue with series matching for
vmctl vm-native
with--vm-native-disable-per-metric-migration
flag enabled. See this issue. -
BUGFIX: vmui: fix the display of the link to vmalert. See this issue.