]
Nistor Adrian updated ISPN-11184:
---------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.1.2.Final
11.0.0.Alpha1
Resolution: Done
Merged in master and 10.1.x. Thanks [~rhusar]!
Infinispan MicroProfile metrics are registered to the wrong scope
-----------------------------------------------------------------
Key: ISPN-11184
URL:
https://issues.redhat.com/browse/ISPN-11184
Project: Infinispan
Issue Type: Bug
Components: Analytics
Affects Versions: 10.0.1.Final, 10.1.0.Final, 10.1.1.Final
Reporter: Paul Ferraro
Assignee: Radoslav Husar
Priority: Blocker
Fix For: 10.1.2.Final, 11.0.0.Alpha1
Infinispan registers MicroProfile metrics using application scope. This scope is
reserved for applications, and use vendor scope instead.
https://download.eclipse.org/microprofile/microprofile-metrics-2.2/microp...
Without a mechanism to override the ApplicationMetricsRegistry, I've file this as a
blocker as it currently blocks integration into WildFly.