内容简介:Prometheus 2.19.0 发布了,Prometheus 是一个 Go 语言开发的开源的服务监控系统和时间序列数据库。该版本引入了一些新特性,比如记录其他组件、增强功能和修复 bug,这些都是为了提高可用性。 此版本更新内容如下...
Prometheus 2.19.0 发布了,Prometheus 是一个 Go 语言开发的开源的服务监控系统和时间序列数据库。该版本引入了一些新特性,比如记录其他组件、增强功能和修复 bug,这些都是为了提高可用性。
此版本更新内容如下:
特性
- TSDB:磁盘中 Head(内存)块的全部内存映射。这减少了内存占用,并使重新启动更快。
增强功能
- Discovery:添加了对 Triton 全球区域的发现支持。
- 警报重新发送的延迟增加,可以更好地容忍故障。
- 远程读取:添加了 prometheus_remote_storage_remote_read_queries_total 计数器以计算远程读取查询的总数。
- 为标签名称和标签值 API 添加了时间范围参数。
- TSDB:减少了针对高负载的隔离争用。
Bug 修复
- PromQL:消除了检查重复标签时的冲突。
- React UI:单击当前选项卡时不清空数据。
- PromQL:正确跟踪查询的样本数。
- PromQL:当直方图桶中有 0 个观测值时,返回 NaN。
- TSDB:使用Prometheus并配置了远程读取时,修复错误的查询结果。
更新说明:https://github.com/prometheus/prometheus/releases/tag/v2.19.0
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Prometheus 2.3.0 发布,Go 编写的服务监控系统
- Prometheus 2.4.0 发布,Go 编写的服务监控系统
- Prometheus 2.4.0 发布,Go 编写的服务监控系统
- Prometheus 2.4.3 发布,Go 编写的服务监控系统
- Prometheus 2.12 发布,Go 编写的服务监控系统
- Prometheus 2.13.0 发布,Go 编写的服务监控系统
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
An Introduction to Genetic Algorithms
Melanie Mitchell / MIT Press / 1998-2-6 / USD 45.00
Genetic algorithms have been used in science and engineering as adaptive algorithms for solving practical problems and as computational models of natural evolutionary systems. This brief, accessible i......一起来看看 《An Introduction to Genetic Algorithms》 这本书的介绍吧!