My application uses the following Spring Boot property management.metrics.web.server.request.autotime.enabled
. it’s listed as deprecation in v3.2.6 with message Should be applied at the ObservationRegistry level
. What does this message mean and how do I apply this property at the ObservationRegistry
level.
Thanks!