发布日期: 2024-08-27
版本号: v2.54.1

Prometheus发布v2.54.1版本,主要修复以下问题:1) 允许采集同一时间序列的多个样本并支持显式时间戳;2) 修复Docker服务发现在容器重新连接新网络时可能崩溃的问题;3) 解决PromQL实验性原生直方图功能中与计数器重置检测、范围查询向量选择器导致数据损坏、以及使用histogram_count/histogram_sum时的内存错误问题。此次更新包含多项稳定性及功能改进。

更新内容 (中文)

  • [问题修复] 数据抓取: 允许同一时间序列上存在多个具有显式时间戳的样本。#14685
  • [问题修复] Docker 服务发现: 修复容器重新连接到新网络时match_first_network模式下的崩溃问题。#14654
  • [问题修复] PromQL: 修复实验性原生直方图在陈旧样本上的计数器重置检测问题。#14514
  • [问题修复] PromQL: 修复范围查询中因向量选择器错误导致实验性原生直方图数据损坏的问题。#14538
  • [问题修复] PromQL: 修复使用histogram_counthistogram_sum时实验性原生直方图内存损坏问题。#14605

完整更新日志: https://github.com/prometheus/prometheus/compare/v2.54.0...v2.54.1

更新内容 (原始)

  • [BUGFIX] Scraping: allow multiple samples on same series, with explicit timestamps. #14685
  • [BUGFIX] Docker SD: fix crash in match_first_network mode when container is reconnected to a new network. #14654
  • [BUGFIX] PromQL: fix experimental native histogram counter reset detection on stale samples. #14514
  • [BUGFIX] PromQL: fix experimental native histograms getting corrupted due to vector selector bug in range queries. #14538
  • [BUGFIX] PromQL: fix experimental native histogram memory corruption when using histogram_count or histogram_sum. #14605

Full Changelog: https://github.com/prometheus/prometheus/compare/v2.54.0...v2.54.1

下载链接