Description of problem:
CFME UI shows 2 day lag of OSE stats under Compute > Containers > Providers > (OSE_PROVIDER)
However, it only shows more recent data in different parts of the UI, eg,
Compute > Containers > Container Nodes > Monitoring > Utilization
They are seeing the latest past hour data if the interval (drop down parameter) is set to hourly.
They are seeing yesterday's data if the interval parameter is set to daily.
Version-Release number of selected component (if applicable):
5.8
How reproducible:
Consistent throughout their environment
OpenShift UI shows no lag in stats
Steps to Reproduce:
1.
2.
3.
Actual results:
2 to 1 day lag of stats in CFME UI depending on which part of UI.
Expected results:
No lag in results
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/044b1205b304b0a8ea0d9131cd2a63317d578431
commit 044b1205b304b0a8ea0d9131cd2a63317d578431
Author: Milan Zazrivec <mzazrivec>
AuthorDate: Wed Mar 28 10:23:17 2018 -0400
Commit: Milan Zazrivec <mzazrivec>
CommitDate: Wed Mar 28 10:23:17 2018 -0400
Container dashboard charts: send datapoints as full timestamps
We need to send chart datapoints as complete timestamps (including
timezone info) so that the patternfly component would correctly
convert them to Date() objects and avoid ugly side-effects
when viewing the charts in browsers located in different timezones.
https://bugzilla.redhat.com/show_bug.cgi?id=1542720
app/services/container_dashboard_service.rb | 2 +-
app/services/container_service_mixin.rb | 6 +-
2 files changed, 4 insertions(+), 4 deletions(-)