Bug 1852390

Summary: [RFE] Bug in Trend Dashboard queries
Product: [oVirt] ovirt-engine-dwh Reporter: Aviv Litman <alitman>
Component: GrafanaAssignee: Shirly Radco <sradco>
Status: CLOSED CURRENTRELEASE QA Contact: Lukas Svaty <lsvaty>
Severity: high Docs Contact:
Priority: high    
Version: 4.4.1Keywords: FutureFeature
Target Milestone: ovirt-4.4.1Flags: pm-rhel: ovirt-4.4?
alitman: planning_ack?
sbonazzo: devel_ack+
alitman: testing_ack?
Target Release: 4.4.1.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ovirt-engine-dwh-4.4.1.2 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-07-01 08:01:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Metrics RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aviv Litman 2020-06-30 10:33:59 UTC
Description of problem:

We want to fix Five Least Utilized Virtual Machines by CPU (over time) (BR12) to order by ASC (from least to most).


Version-Release number of selected component (if applicable):
4.4.1

How reproducible:
100%

Steps to Reproduce:
1.go to 'oVirt Trend Dashboards'
2.go to 'Trend dashboard'
3.look at 'Five Least Utilized Virtual Machines by CPU (over time)(BR12)' report

Actual results:
The issued query order by DESC (from most to least) so it returns the 5 *most* Utilized Virtual Machines by CPU. 

Expected results:
The issued query order by ASC (from least to most) so it returns the 5 *least* Utilized Virtual Machines by CPU.