v1.0.0-rc.4
Pre-release
Pre-release
New Features
- Property-based meter filters!
SimpleMeterRegistry
can now be configured to accumulate values or use a step-interval- OkHttp instrumentation.
- Now validating user-provided
HistogramConfig
s - Improved internal data structure of composite meters for better performance
- Improved histogram implementations allow for the retrieval of multiple percentiles/buckets in one call for better performance.
- Conditionally disable
RestTemplate
customizer to allowmicrometer-spring-legacy
to be used for older versions of Spring Boot (pre 1.5.x) - Binders in
MeterBindersConfiguration
can now be disabled via properties ThreadPoolTaskExecutor
metrics binder- Jetty statistics binder
- Hibernate binder
Fixes
WebMvcTags
- Strip trailing URI slashes to limit dimensional explosionMetricsFilter
now forwards to other filters when a matchable handler mapping cannot be foundCumulativeDistributionSummary
- prevent losing the maximum in case of data-raceCumulativeTimer
- prevent losing the maximum in case of data-race- StatsD registry now accepts custom naming conventions
- Fix thread safety issues in
MeterRegistry
- Add base unit to buffer pool metrics