Skip to content

Add Kubernetes CPU/Mem usage totals

Joshua Lambert requested to merge add-cpu-mem-totals into master

Right now we are providing average CPU/Memory usage for k8s pods, which is helpful for understanding how an individual pod is performing. This can be particularly useful for understanding canary vs. stable tracks.

What is equally important though is the overall trend across all nodes, which would be the total CPU and Memory consumed. This MR adds two additional charts to do just this.

This also removes the regex for filtering out canary pods. Since CE doesn't have Canary support, they should be included single series.

Screenshot: Screen_Shot_2018-04-06_at_2.52.06_PM

Edited by Joshua Lambert

Merge request reports