-
Enhancement
-
Resolution: Done
-
Major
-
14.0.2.Final
-
None
-
None
Currently, Infinispan creates a new instance of PrometheusMeterRegistry to register the metrics collected.
With Quarkus, we need to use the instance provided.
The idea is to inject it using GlobalConfiguration. If nothing is configured, it returns to the old behavior.