Micrometer/micrometer: Release v1.0.0-rc.5
Name: micrometer
Owner: Micrometer
Release: v1.0.0-rc.5
Released: 2017-11-27
License: Apache-2.0
Release Assets:
New Features/Improvements
- Expose Hystrix metrics on time taken by http requests
- Add autoconfiguration for Hystrix metrics
- Add
@Order
toStringToDurationConverter
so it doesn't conflict with custom converters - Add preliminary AWS CloudWatch support
- Reduce thread contention on the map holding
Meter
s inside a registry
Fixes
- Remove Guava's
AtomicDouble
fromCumulativeCounter
- Improve conditional guard on
WebMvcMetricsConfiguration
DistributionSummary
/Timer
now exports valid Prometheus buckets- Fixed naming convention for
FunctionCounter
s exported to Prometheus
(Included in Spring Boot 2 M7)