内容简介: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
RestTemplateMetricsConfigurationan auto-configuration.Make
meterNamePrefixwork as a prefix inMeterFilter#maximumAllowableTags.Fetch authorization keys for every batch post in push-based registries containing such keys (including for Datadog).
JCacheMetricsguards 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
Exceptiontypes thrown in Spring WebMVC endpoints.Fixed
ConcurrentModificationExceptioninCompositeMeterRegistry.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.Moreis 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#tagKeyrespect its delegate.StepTimerandStepDistributionSummarynow 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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Prometheus hotspot监控指标解读
- Elasticsearch Top 10 监控指标
- 分布式监控系统 WGCLOUD,支持进程流量指标监控
- 基于 prometheus 的微服务指标监控
- ClickHouse 常用的监控指标有哪些?
- DBA数据库监控五大指标
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Egret——HTML5游戏开发指南
张鑫磊 等 / 电子工业出版社 / 2016-3 / 85
《Egret——HTML5游戏开发指南》由浅入深,在讲解游戏开发基础的同时提供众多实战案例供读者学习。《Egret——HTML5游戏开发指南》章节内容包含Egret基础概念及基础图形图像处理方法、网络相关操作、移动设备适配、性能优化、文本动画相关知识、调试技巧、DragonBones骨骼动画系统和P2物理引擎等。通过《Egret——HTML5游戏开发指南》,读者可以了解并掌握HTML5游戏开发技能......一起来看看 《Egret——HTML5游戏开发指南》 这本书的介绍吧!