I'm pushing a metric via python client to push gateway in prometheus. Im able to query the metric - "QYZ_normal" in the prometheus UI and get result.
Im trying to understand how to utilize that metric for HPA (i have setup prometheus-adapter)
The following command returns alot of metrics but not the one i have pushed to prometheus
kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1/ | grep QYZ_normal
Do i look in the wrong API? how can i utilize my metric in HPA?