Created attachment 861403 [details] foo Description of problem: Resource metric graphs used in RHQ can't display the large enough numbers on the y axis. If the monitored metric has no basic unit, and thus it is unable to use a k/M/G prefixes, the number should be probably presented in 10^n (base to exponent) manner. Version-Release number of selected component (if applicable): 4.10.0-SNAPSHOT How reproducible: always Steps to Reproduce: 1. add resource metric graph dashboard of resource "Perm_Gen" (JbossAS7/platform-mbean/memory-pool) 2. observe Actual results: only the right-most zeros are displayed on the y axis (see the attached images) Expected results: something like: 1 * 10^6, 2 * 10^6, ... or perhaps even just 1, 2, 3, ... with some indication that those numbers are in millions/thousands Additional info: the numbers reported by the Perm_Gen resource should represent the memory size, however the plugin descriptor lacks the base units for these metrics. There is another bug 1063335 for it.
Created attachment 861405 [details] bar the same issue on a pop-up version of the graph