Hello,
I want to get custom metrics (cpu utilization percentage) from the prometheus-adapter.
I've used helm to install the prometheus-adapter file with the conf file I've attached and then when I execute: kubectl I get this:
{"name":"pods/malakas","singularName":"","namespaced":true,"kind":"MetricValueList","verbs":["get"]}
{"name":"namespaces/malakas","singularName":"","namespaced":false,"kind":"MetricValueList","verbs":["get"]}
{
"kind": "MetricValueList",
"metadata": {
},
"items": []
}
Can anyone help me solve this issue in order not to get zero items?
Thank you in advance