Prometheus 2.24.0 新特性

简介: Prometheus [2.24.0](https://github.com/prometheus/prometheus/releases/tag/v2.24.0) 现在(2021.01.06)已经发布,在上个月的 [2.23.0](http://erdong.site/Prometheus/New-Features/New-Features-in-Prometheus-2-23-0.html) 之后又进行了很多的修复和改进。

Prometheus 2.24.0 现在(2021.01.06)已经发布,在上个月的 2.23.0 之后又进行了很多的修复和改进。

promtool 这个工具在这个版本增加 check web-config 子命令,用来检查 web 配置文件。另外新增了添加 tsdb create-blocks-from openmetrics 子命令,从 OpenMetrics 文件中回填度量数据。在命令行上,增加URL方案检查和测试功能。

在这个版本,Prometheus 在 HTTP API 中添加了 TLS 和基本的认证功能。通过 HTTP API 访问匹配器为空的时候会快速失败,这样可以提高用户体验。HTTP API 支持标签 API 的匹配器。HTTP API 这次有一个修改,避免了通过 HTTP 多次退出时双关闭通道的问题。

对于时序数据库 TSDB 这次更新以后避免了压缩后运行不必要的GC。还有就是当压缩时间超过块时间范围时增加日志记录。

对于服务发现,EC2 的服务发现里新增了一个 IPv6 的 label,而且会重用 EC2 的客户端,减少请求证书的频率。

对于 DNS 的服务发现,会忽略无效的 CNAME 记录 以避免虚假的 Invalid SRV record 告警。
另外这个版本避免了 Kubernetes SD中由有效标签选择器触发的配置错误

详细的发行注记可以查看 release notes

Brian Brazil 大佬的博客(https://www.robustperception.io)最近不更新了。最后一次更新时间是 2020.12.28 。最后一篇文章是 《Monitoring is a means, not an end》,确实,监控是一种手段,不是目的,也不是终点。共勉。

参考链接

相关文章
|
Prometheus Kubernetes Cloud Native
Prometheus 2.31.0 新特性
Prometheus [2.31.0](https://github.com/prometheus/prometheus/releases/tag/v2.31.0) 现在(2021.11.02)已经发布,在上个月的 [2.30.0](http://erdong.site/Prometheus/New-Features/New-Features-in-Prometheus-2-30-0.html) 之后又进行了很多的修复和改进。
171 0
Prometheus 2.31.0 新特性
|
存储 缓存 Prometheus
Prometheus 2.30.0 新特性
Prometheus [2.30.0](https://github.com/prometheus/prometheus/releases/tag/v2.30.0) 现在(2021.09.14)已经发布,在上个月的 [2.29.0](http://erdong.site/Prometheus/New-Features/New-Features-in-Prometheus-2-29-0.html) 之后又进行了很多的修复和改进。
213 0
|
存储 Prometheus Cloud Native
Prometheus 2.29.0 新特性
Prometheus [2.29.0](https://github.com/prometheus/prometheus/releases/tag/v2.29.0) 现在(2021.08.11)已经发布,在上个月的 [2.28.0] 之后又进行了很多的修复和改进。
143 0
|
Prometheus Kubernetes Cloud Native
Prometheus 2.28.0 新特性
Prometheus [2.28.0](https://github.com/prometheus/prometheus/releases/tag/v2.28.0) 现在(2021.06.21)已经发布,在上个月的 [2.27.0](http://erdong.site/Prometheus/New-Features/New-Features-in-Prometheus-2-27-0.html) 之后又进行了很多的修复和改进。
127 0
|
存储 Prometheus Cloud Native
Prometheus 2.26.0 新特性
Prometheus [2.26.0](https://github.com/prometheus/prometheus/releases/tag/v2.26.0) 现在(2021.03.31)已经发布,在上个月的 [2.25.0](http://erdong.site/Prometheus/New-Features/New-Features-in-Prometheus-2-25-0.html) 之后又进行了很多的修复和改进。
174 0
|
Prometheus 监控 Kubernetes
Prometheus 2.25.0 新特性
Prometheus [2.25.0](https://github.com/prometheus/prometheus/releases/tag/v2.25.0) 现在(2021.02.17)已经发布,在上个月的 [2.24.0](http://erdong.site/Prometheus/New-Features/New-Features-in-Prometheus-2-24-0.html) 之后又进行了很多的修复和改进。
193 0
|
Prometheus Kubernetes Cloud Native
Prometheus 2.21.0 新特性
Prometheus [2.21.0]已经发布
141 0
|
Prometheus Cloud Native Docker
Prometheus 2.20.0 新特性
Prometheus 2.20.0 版本发布了,我们看看有什么新的特性。
2969 0
|
存储 Prometheus Cloud Native
Prometheus 2.19.0 新特性
Prometheus [2.19.0](https://github.com/prometheus/prometheus/releases/tag/v2.19.0) 现在(2020.06.15)已经发布,在上个月的 [2.18.0](http://erdong.site/Prometheus/New-Features/New-Features-in-Prometheus-2-18-0.html) 之后又进行了很多的修复和改进。
639 0
|
Prometheus Cloud Native API