]
Nistor Adrian updated ISPN-10888:
---------------------------------
Fix Version/s: (was: 10.0.2.Final)
Genereated MetricIDs like
CacheManager_CacheManager_numberOfCreatedCaches should be avoided
-------------------------------------------------------------------------------------------
Key: ISPN-10888
URL:
https://issues.jboss.org/browse/ISPN-10888
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 10.0.0.Final
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Priority: Major
Fix For: 10.1.0.Beta1
Must avoid situations where ObjectName's type and component keys are equal, like in
CacheManager_CacheManager_numberOfCreatedCaches. Same for Cache.
In these cases do not add both, just one.
Also, need to remove eventual dots from names. Replace them with the standard replacement
character in MP metrics: ' _'