I just want to represent the CPU metrics of a POD as below
I am able to represent the CPU requests and limits in terms of CPU cores which are directly available through prometheus scrape metrics.
But in prometheus I don't see any direct metric to get the CPU cores used by a POD so, Can someone give me a work around or a way to represent the CPU usage of a POD in the terms of CPU cores.
Thanks in advance