Uploaded image for project: 'Cost Management'
  1. Cost Management
  2. COST-4120

OCP: Fix capacity instance count

XMLWordPrintable

    • 5
    • False
    • None
    • False

      Currently we are calculating instance counts for our capacity charts incorrectly by adding up the counts over the period of time. 

      However, instead of a sum of the count over the days being queried, it should be a max(count) over the days being queried. 

      Node Capacity:

      • this should just be a direct max(count) of each node.

      Cluster Capacity

      • "if you have 5 nodes on a cluster, we should be summing the number of cores on those nodes. So if a cluster has 5 nodes, and each node has 10 CPU, i would expect to see 50 CPU there" - Michael

      P.S. Thanks Michael for this example, it really helps clarify the expected behavior. 

              rh-ee-dnakabaa David Nakabaale
              myersco Cody Myers
              Pedro Lopez Perez Pedro Lopez Perez
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: