发布日期: 2024-10-17
版本号: v2.55.0-rc.1

Prometheus v2.55的下一个候选版本主要修复了查询相关的若干问题,并引入实验性函数info以收集用户反馈。此外,该版本移除了auto-reload-config功能(因需进一步修复,该功能将在v3.0 beta 1中提供)。具体更新包括:新增实验性PromQL函数info;修复sort_by_label排序稳定性问题;修正TSDB模块在特定时间范围外的数据读取错误。

更新内容 (中文)

Prometheus v2.55 的下个候选版本包含若干查询相关的错误修复,以及我们为收集反馈新增的实验性 info 函数。auto-reload-config 功能因需进一步修复已从 v2.55 移除,该功能仍可在 v3.0 beta 1 中使用。

  • [功能] PromQL:新增实验性 info 函数。#14495
  • [错误修复] PromQL:确保 sort_by_label 排序稳定性。#14985
  • [错误修复] TSDB:避免读取早于 head MinTime 的有序分块。#15162

更新内容 (原始)

The next release candidate of Prometheus v2.55 has a few bug-fixes to queries, plus the experimental info function which we are including to facilitate feedback.
The auto-reload-config feature was removed from v2.55 as it needed more fixes; it is available in v3.0 beta 1.

  • [FEATURE] PromQL: Add experimental info function. #14495
  • [BUGFIX] PromQL: make sort_by_label stable. #14985
  • [BUGFIX] TSDB: Don’t read in-order chunks from before head MinTime #15162

下载链接