Micrometer/micrometer: Release v1.0.3
Name: micrometer
Owner: Micrometer
Release: v1.0.3
Released: 2018-04-04
License: Apache-2.0
Release Assets:
Improvements
Timer
andDistribution
now conditionally use one of three histogram structures depending on which options you have selected to improve memory consumption in most cases. See the memory consumption table in the Micrometer Concepts doc for more.- Pause compensation is now added to
Timer
max, so you can see the effect that system/VM pauses have on timed blocks of code. - Make
WebMvgTags
use matched patterns for HTTP 404. - Remove
HierarchicalNameMapper
as a configured@Bean
so you can configure different hierarchical name mappers for different registries.
Fixes
- Formatting of large values shipped to New Relic that yielded a parsing error previously.
MeterRegistryCustomizer
for specific implementations now no longer can result inClassCastException
.- Prometheus summary produces a
+Inf
bucket when histogram data or SLAs are sent. - Fixed typo in hystrix binding conditional.
- Prometheus
Timer
max metric separated and reported separately from other elements of theTimer
(but the name has not changed).