Reproduce:
- Have consistent workload on the engine
- Go to week view of cockpit dashboard metrics
Expected:
- Metrics show a consistent workload
Observed:
- Metrics show 0 at the start of the interval.
Hint:
The backend delivers insufficient data to display, as it can only return 200 data points. We need to lower the requested data resolution to fetch data for the whole interval. The formula to calculate the interval is (displayedTimespan + 1 day) / 200. Using this formula, the interval parameter for the metrics query has to be set to a number higher than
Day: 864 (currently 900)
Week: 3456 (currently 2700 )
Month: 13824 (currently 12600 )
This is the controller panel for Smart Panels app
- is related to
-
CAM-8624 In Cockpit, Dashboard metrics missing data, when multiple reporters logs metrics
- Closed