Prometheus 2.14.0 新特性
Prometheus 2.14.0 现在(2019.11.11)已经发布,在上个月的 2.13.0 之后又进行了一些修正和改进。
这次最大的新功能是基于 React 的新 UI,与现有 UI 大体相同。该 UI 还在持续开发中。现有的 UI 还获得了 head cardinality 统计信息。这次的更新新增了按状态进行的警报过滤。
修复了压缩后的远程写延迟,在无法发送样本时避免重新分片等多个 BUG。
WAL 在启动加载时进行了优化。
新增了 /api/vi/status/runtimeinfo
和 /api/v1/status/buildinfo
两个接口给 React UI 使用。
详细的发行注记可以查看 release notes 。
参考链接
- https://www.robustperception.io/new-features-in-prometheus-2-14-0 , By Brian Brazil
- https://github.com/prometheus/prometheus/releases/tag/v2.14.0 ,By prombot of GitHub