v1.0.0-rc.5
Pre-release
Pre-release
jkschneider
released this
10 Jan 15:32
·
6323 commits
to main
since this release
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)