【翻译】Prometheus 2.11.0 新特性

简介: Prometheus 2.11.0 现在(2019.07.9)已经发布,在5月的 2.10.0 之后又进行了一些修正和改进。 从TSDB开始,记录逻辑有了更多的性能改进。特别需要注意的是,如果您有一个像 a|b 这样的正则表达式(例如 Grafana 为选择多个变量的表达式),那么它现在被评估为查找而不是正则表达式扫描,因此 x=~"a" 现在和 x="a"一样高效。

Prometheus 2.11.0 现在(2019.07.9)已经发布,在5月的 2.10.0 之后又进行了一些修正和改进。

从TSDB开始,记录逻辑有了更多的性能改进。特别需要注意的是,如果您有一个像 a|b 这样的正则表达式(例如 Grafana 为选择多个变量的表达式),那么它现在被评估为查找而不是正则表达式扫描,因此 x=~"a" 现在和 x="a"一样高效。

对于 WAL 的 "unknown series references" 现在已经完全修复。每次头部压缩时都会启动一个新的段,这对于在低容量实例上减少磁盘空间很有用,对于现在应该完全修复的WAL“未知系列引用”,在每次头部压缩时都会启动一个新的段,这对于在低卷实例上减少磁盘空间很有用,并且还有 还有一个选择进入 --storage.tsdb.wal-compression的标志来压缩 WAL 。

在 Prometheus 中,PromQL和远程写都有性能改进。现在可以像在 prometheus.yml 中一样,将 globs 用于单元测试的规则文件。还有一个配置选项可以通过 Alertmanager 的 v2 API 接口来获取。

还有许多改进、bug修复和其他更改,可以查看 release notes 来获取更多的信息。

原文链接

相关文章
|
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) 之后又进行了很多的修复和改进。
180 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) 之后又进行了很多的修复和改进。
219 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] 之后又进行了很多的修复和改进。
145 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) 之后又进行了很多的修复和改进。
128 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) 之后又进行了很多的修复和改进。
179 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) 之后又进行了很多的修复和改进。
197 0
|
Prometheus Kubernetes 监控
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) 之后又进行了很多的修复和改进。
157 0
|
Prometheus Kubernetes Cloud Native
Prometheus 2.21.0 新特性
Prometheus [2.21.0]已经发布
143 0
|
Prometheus Cloud Native Docker
Prometheus 2.20.0 新特性
Prometheus 2.20.0 版本发布了,我们看看有什么新的特性。
2971 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) 之后又进行了很多的修复和改进。
641 0