Micrometer/micrometer: Release v1.0.0-rc.1
Name: micrometer
Owner: Micrometer
Release: v1.0.0-rc.1
Released: 2017-09-15
License: Apache-2.0
Release Assets:
This is the version incorporated into Spring Boot 2.0 M4
Backported changes to types and packages that Spring Boot team made for Spring Boot 2 M4 to
micrometer-spring-legacy
.Change Spring support to classpath + property-based enablement for individual registries.
Add property that controls whether Spring auto-times all request mappings.
Add
UptimeMetrics
.Introduced percentile histograms with automatically selected buckets for aggregable percentile approximations.
Consistent naming on JVM metrics originating in binders.
Add area tag (heap,nonheap) to JVM memory pools.
New auto-completable @ConfigurationProperties for registry configs.
FIX - Convention names not applied to custom meters.
FIX - Data size metrics for Prometheus do not contain unit.
FIX - RestTemplate instrumentation doesn't capture URI when calling restTemplate with a URI object instead of a URL string.
FIX - Spring Boot application only reports metrics for 200 OK responses.