devopsprodigy / kubegraf

Grafana-plugin for k8s' monitoring
MIT License
407 stars 45 forks source link

pod's dashboard - show container's (not pod's) memory and cpu requests on respective graphs #41

Closed flphvlck closed 4 years ago

flphvlck commented 4 years ago

Pod's Dashboard on Memory usage and CPU usage graphs shows used resources for one container only (not for whole pod), but at the same time it shows requests for whole pod (sum of all pod's containers requests). It doesn't make sense. It's quite confusing, if pod has more than one container. It should show only container's request as well.

SergeiSporyshev commented 4 years ago

Hi, @phidlipus We will check & merge your PR asap. Thanks!