Apply Micrometer compatibility mode, where instead of regular 'base' and 'vendor' metrics,
Quarkus exposes the same 'jvm' metrics that Micrometer does.
Methods with a @Gauge annotation need to be registered for reflection because
gauges are registered at runtime and the registering interceptor must be able to see
the annotation.