Dashboard metrics missing data

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: cockpit

      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 )

            Assignee:
            Unassigned
            Reporter:
            Sebastian Stamm
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: