Bug 553512 - display baselines for metrics on detailed chart page for autogroups
Summary: display baselines for metrics on detailed chart page for autogroups
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 1.3
Hardware: All
OS: All
low
medium
Target Milestone: ---
: ---
Assignee: RHQ Project Maintainer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: rhq_triage
TreeView+ depends on / blocked
 
Reported: 2010-01-08 03:58 UTC by Ian Springer
Modified: 2013-08-06 00:36 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-10-05 13:12:55 UTC
Embargoed:


Attachments (Terms of Use)

Description Ian Springer 2010-01-08 03:58:45 UTC
JON 1.x displayed baselines for an autogroup metric when the user went to the detailed chart page for that metric. This functionality has been broken in JON 2.x since 2.0, because we never implemented the EJB methods for calculating a baseline for a metric across an autogroup. The GUI code was there, but since the backend EJB methods were not there, an exception occurred and was dumped to the GUI. To clear up this exception, display of baselines for autogroup metrics has been disabled (see https://bugzilla.redhat.com/show_bug.cgi?id=535828).

I think the main thing to impl will be a method in MeasurementBaselineManagerLocal/MeasurementBaselineManagerBean with the following signature:

MeasurementBaseline calculateAutoBaseline(Subject subject, int parentResourceId, int childResourceTypeId, int definitionId, long startDate,
        long endDate, boolean save) throws BaselineCreationException, MeasurementNotFoundException;

This method would be called by ViewChartFormPrepareAction._setupBaselineExpectedRange() in the GUI layer, in order to calculate the baseline.

Comment 1 wes hayutin 2010-02-16 16:52:02 UTC
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs.

keyword:
new = Tracking + FutureFeature + SubBug

Comment 2 wes hayutin 2010-02-16 16:58:00 UTC
making sure we're not missing any bugs in rhq_triage

Comment 3 Corey Welton 2010-10-05 13:12:55 UTC
Closing - autogroups are being replaced.


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