You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timer and Distribution 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 in ClassCastException.
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 the Timer (but the name has not changed).