Spring Boot Actuator/Micrometer Metrics Disable Some
Is there a way to turn off some of the returned metric values in Actuator/Micrometer? Looking at them now I'm seeing around 1000 and would like to whittle them down to a select few say 100 to actually be sent to our registry. Meter filters can help in 3 ways that have been discussed with the Micrometer slack channel: Disabling metrics Combining dimensions High cardinality capping filter Micrometer comes with the first type of meter filter built in. It also support hierarchical enabling/disabling similar to how logging works (As in if have meter like my.request.total and my.request.latency you