+++ This bug was initially created as a clone of Bug #1022775 +++ Description of problem: One of the metrics reported by the Measurement Subsystem component of the RHQ Server resource is compression time. The metric always reports a value of zero due to a regression. MeasurementMonitorMBean.incrementMeasurementCompressionTime() is not getting called. It was called by MeasurementCompressionManagerBean; however, that class no longer performs the compression. It is now done by MetricsServer which should call the incrementMeasurementCompressionTime method. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Fix has been committed to the release/jon3.2.x branch. commit hash: efa81f784
Moving to ON_QA for test with new brew build.
Verified on version :3.2.0.ER5 Build Number : 2cb2bc9:225c796 The compression time metrics of RHQ Server Measurement Subsystem displays values. Please refer the screenshot.
Created attachment 822989 [details] Screenshot