In the Micrometer PR https://github.com/micrometer-metrics/micrometer/pull/3093 we introduced a couple of custom built instruments in order to export metrics in the most optimal format. These new instruments are the ones used by default starting from Micrometer 1.9.0.
This PR introduces a new flag, that allow users to switch back to the previous behavior - where the original instruments from Micrometer are used.
Comment From: joaopgrassi
Hi @snicoll!
For this PR to be part of the 2.7 release, should I target it towards main or 2.7.x? Thanks :)
Comment From: scottfrederick
@joaopgrassi We can take care of merging to the appropriate branch when we decide which release to include it in.
Comment From: snicoll
@joaopgrassi thank you for making your first contribution to Spring Boot.