Skip to content

v1.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkschneider jkschneider released this 17 Nov 04:18

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 HistogramConfigs
  • 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 allow micrometer-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 explosion
  • MetricsFilter now forwards to other filters when a matchable handler mapping cannot be found
  • CumulativeDistributionSummary - prevent losing the maximum in case of data-race
  • CumulativeTimer - 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