Bug 1022775 - compression time metrics are not getting updated
Summary: compression time metrics are not getting updated
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Core Server, Monitoring
Version: 4.9
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: RHQ 4.10
Assignee: John Sanda
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: 1023148
TreeView+ depends on / blocked
 
Reported: 2013-10-24 02:48 UTC by John Sanda
Modified: 2014-04-23 12:32 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1023148 (view as bug list)
Environment:
Last Closed: 2014-04-23 12:32:45 UTC
Embargoed:


Attachments (Terms of Use)

Description John Sanda 2013-10-24 02:48:54 UTC
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:

Comment 1 John Sanda 2013-10-25 01:26:22 UTC
The compression time metric is now obtained from MetricsServer. The fix has been committed to master.

commit hash: d3917363d

Comment 2 Heiko W. Rupp 2014-04-23 12:32:45 UTC
Bulk closing of 4.10 issues.

If an issue is not solved for you, please open a new BZ (or clone the existing one) with a version designator of 4.10.


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