Micrometer 1.0.6 发布,指标监控工具
2018-07-21 来源:oschina
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 inMeterFilter#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
inCompositeMeterRegistry
.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
andStepDistributionSummary
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
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点!
本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。