Bug 1045031 - JON (3.2.0) -- is not displaying CacheManager statistics in monitoring tab (5 stats)
Summary: JON (3.2.0) -- is not displaying CacheManager statistics in monitoring tab (5...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: JON Plugin
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-19 13:42 UTC by Tomas Sykora
Modified: 2014-01-13 23:39 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-13 13:52:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-3857 0 Major Closed RHQ management is not displaying CacheManager statistics in monitoring tab (5 stats) 2014-03-31 11:49:24 UTC

Description Tomas Sykora 2013-12-19 13:42:23 UTC
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.

Comment 4 Tomas Sykora 2014-01-13 13:52:44 UTC
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.

Comment 5 JBoss JIRA Server 2014-01-13 13:55:24 UTC
Tomas Sykora <tsykora> updated the status of jira ISPN-3857 to Closed

Comment 6 gsheldon 2014-01-13 23:39:32 UTC
Removed doc text flag.


Note You need to log in before you can comment on or make changes to this bug.