We have found this issue during thorough server-plugin testing, ER6, after "on-fly" fix for deleting imported latest plugin during upgrade process. Statistics for particular caches are displayed normally, however, statistics for cache managers not. There are 5 stats which should be there: A snippet from MetricKeys class, package org.jboss.as.clustering.infinispan.subsystem; public static final String CACHE_MANAGER_STATUS = "cache-manager-status"; public static final String IS_COORDINATOR = "is-coordinator"; public static final String COORDINATOR_ADDRESS = "coordinator-address"; public static final String LOCAL_ADDRESS = "local-address"; public static final String CLUSTER_NAME = "cluster-name"; Metrics seems to be registered properly inside of rhq-plugin.xml file in <service name="Cache Container" ... section. William told that he can even see them registered using jboss-cli tool. Operation upload-proto-file is displayed by latest plugin, so the "cache Container" section seems to be working normally. The question is why JON UI can't see our cache manager stats. NOTE: cache manager statistics are working properly with InVM lib. plugin.
These statistics are properly shown under "Traits" tab. We were expecting them under "Metrics" tab as Library plugin provides some metrics in that place. This BZ is not a BUG.
Tomas Sykora <tsykora> updated the status of jira ISPN-3857 to Closed
Removed doc text flag.