Spring Boot : percentile with micrometer
I need to have a percentile histogram of my metrics (http.server.requests). I have checked the documentation but I cannot make it work.
After SpringBoot upgrade v3.2.3 to v3.2.4 app doesn’t start – error Failed to register Collector MicrometerCollector: jvm_info is already in use
After upgrading Spring Bootfrom v3.2.3 to v3.2.4 / v3.2.5 the application doesn’t start due to error Failed to register Collector of type MicrometerCollector: jvm_info is already in use by another Collector of type VersionInfoExports.