-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
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.
- is related to
-
COST-3608 Report vCPU count, RAM and storage capacity on the nodes/instances
- Closed