Skip to content

v1.0.0-rc.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkschneider jkschneider released this 10 Jan 15:32
· 6046 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 to StringToDurationConverter so it doesn't conflict with custom converters
  • Add preliminary AWS CloudWatch support
  • Reduce thread contention on the map holding Meters inside a registry

Fixes

  • Remove Guava's AtomicDouble from CumulativeCounter
  • Improve conditional guard on WebMvcMetricsConfiguration
  • DistributionSummary/Timer now exports valid Prometheus buckets
  • Fixed naming convention for FunctionCounters exported to Prometheus

(Included in Spring Boot 2 M7)