Description of problem: When queering containers metrics data from Hawkualr we query data until now instead of until endtime. How to reproduce: 1. open consule "rails c" and run some_container = [ some container with Hawkualr metrics ] some_container.perf_capture('realtime', start_time = 10.minutes.ago, end_time = 9.minutes.ago) What we get: we get metrics until now What we should get: we get metrics until 9.minutes.ago
submitted upstream: https://github.com/ManageIQ/manageiq-providers-kubernetes/pull/49