Micrometer 1.0.6 发布,指标监控工具

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

内容简介:Micrometer 1.0.6 已发布,Micrometer 是一个监控指标的度量类库。本次更新包括功能改进和 bug 修复,具体如下: 改进 Influx retention policies are now fully customizable through InfluxConfig. Make Data...

Micrometer 1.0.6 已发布,Micrometer 是一个监控指标的度量类库。本次更新包括功能改进和 bug 修复,具体如下:

改进

  • Influx retention policies are now fully customizable through InfluxConfig.

  • Make DataSourcePoolMetricsAutoConfiguration conditional on DataSource bean.

  • Make RestTemplateMetricsConfiguration an auto-configuration.

  • Make meterNamePrefix work as a prefix in MeterFilter#maximumAllowableTags.

  • Fetch authorization keys for every batch post in push-based registries containing such keys (including for Datadog).

  • JCacheMetrics guards against empty cache names, such as those emanating from Apache Ignite.

  • Remove extra space in description text for jvm.memory.committed.

  • Make step size configurable for SignalFx.

  • Added support for Jersey MappableException in DefaultJerseyTagsProvider.

修复

  • Only publish on close if the registry implementation is enabled.

  • Improve sanitation of name and tags for statsd to replace : characters.

  • Record a non-empty tag value for anonymous Exception types thrown in Spring WebMVC endpoints.

  • Fixed ConcurrentModificationException in CompositeMeterRegistry.

  • Added a base unit to the id on TimeGauge.

  • Fixed SLA bug that made the last two buckets always equal in count.

  • When using a "maximum allowable tag values" MeterFilter, the tag values seen before the maximum is reached continue to be allowed.

  • When the specified tag key was reached in "maximum allowable tag values" MeterFilter, other tag keys were affected too. This is no longer the case.

  • Fixed description text that generated errors on Prometheus Pushgateway.

  • Metrics.More is now public so less frequently used meter types can be constructed, e.g. Metrics.more().longTaskTimer(..).

  • Filters are now only applied once for percentiles, SLAs, and other synthetic meters.

  • Fixed regression in 1.0.5 that stopped converting Influx metric names to snakecase.

  • Make DatadogNamingConvention#tagKey respect its delegate.

  • StepTimer and StepDistributionSummary now update count and sum based on expiry.

  • Shade pcollections into micrometer-registry-statsd.

源码下载 https://github.com/micrometer-metrics/micrometer/releases/tag/v1.0.6


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


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

七周七并发模型

七周七并发模型

Paul Butcher / 黄炎 / 人民邮电出版社 / 2015-3 / 49.00元

借助Java、Go等多种语言的特长,深度剖析所有主流并发编程模型 基于锁和线程的并发模型是目前最常用的一种并发模型,但是并发编程模型不仅仅只有这一种,本书几乎涵盖了目前所有的并发编程模型。了解和熟悉各种并发编程模型,在解决并发问题时会有更多思路。 ——方腾飞,并发编程网站长 当看到这本书的目录时,我就为之一振。它涉及了当今所有的主流并发编程模型(当然也包括Go语言及其实现的CSP......一起来看看 《七周七并发模型》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

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

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具