Prometheus 2.3.0 发布,Go 编写的服务监控系统

栏目: 软件资讯 · 发布时间: 6年前

内容简介:服务监控系统 Prometheus 2.3.0 已发布,Prometheus 是一个 Go 语言开发的开源的服务监控系统和时间序列数据库。 更新内容: [更改] marathon_sd: use auth_token and auth_token_file for token-based aut...

服务监控系统 Prometheus 2.3.0 已发布,Prometheus 是一个 Go 语言开发的开源的服务监控系统和时间序列数据库。

Prometheus 2.3.0 发布,Go 编写的服务监控系统

更新内容:

  • [更改] marathon_sd: use auth_token and auth_token_file for token-based authentication instead of bearer_token and bearer_token_file respectively.

  • [更改] Metric names for HTTP server metrics changed

  • [特性] Add query commands to promtool

  • [特性] Add security headers to HTTP server responses

  • [特性] Pass query hints via remote read API

  • [特性] Basic auth passwords can now be configured via file across all configuration

  • [改进] Optimise PromQL and API serialization for memory usage and allocations

  • [改进] Limit number of dropped targets in web UI

  • [改进] Consul and EC2 service discovery allow using server-side filtering for performance improvement

  • [改进] Add advanced filtering configuration to EC2 service discovery

  • [改进] marathon_sd: adds support for basic and bearer authentication, plus all other common HTTP client options (TLS config, proxy URL, etc.)

  • [改进] Provide machine type metadata and labels in GCE service discovery

  • [改进] Add pod controller kind and name to Kubernetes service discovery data

  • [改进] Move TSDB to flock-based log file that works with Docker containers

  • [修复] Properly propagate storage errors in PromQL

  • [修复] Fix path prefix for web pages

  • [修复] Fix goroutine leak in Consul service discovery

  • [修复] Fix races in scrape manager

  • [修复] Fix OOM for very large k in PromQL topk() queries

  • [修复] Make remote write more resilient to unavailable receivers

  • [修复] Make remote write shutdown cleanly

  • [修复] Don't leak files on errors in TSDB's tombstone cleanup

  • [修复] Unary minus expressions now removes the metric name from results

  • [修复] Fix bug that lead to wrong amount of samples considered for time range expressions

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Prometheus 2.3.0 发布,Go 编写的服务监控系统》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Functional Programming in Scala

Functional Programming in Scala

Paul Chiusano、Rúnar Bjarnason / Softbound print / 2014-9-14 / USD 44.99

Functional programming (FP) is a programming style emphasizing functions that return consistent and predictable results regardless of a program's state. As a result, functional code is easier to test ......一起来看看 《Functional Programming in Scala》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具