Micrometer 1.6 has a number of improvements that may require some change on our end:

  • Support for CloudWatch's highResolution property (https://github.com/micrometer-metrics/micrometer/issues/2088)
  • Metrics support for Okhttp (https://github.com/micrometer-metrics/micrometer/pull/2066)
  • Commons Pool2 metrics (https://github.com/micrometer-metrics/micrometer/issues/1711)

There is also the SLO meter registry for which we have a PR

Comment From: snicoll

There is no obvious candidate for automatic instrumentation for Okhttp and commons pool2. We don't really have auto-configuration for the former and the latter is wrapped as an implementation detail of the redis driver and the ActiveMQ connection factory.

Comment From: snicoll

Support for CloudWatch's highResolution property

That one is in Spring Cloud AWS so nothing we can do here.