Endpoint monitoring not working in Prometheus

Hi Team,

We have set up a Prometheus to monitor particular HTTP end point but metrics of that end point is not reflecting in Prometheus alert monitoring UI, the end point is accessible and providing the metrics with “/metrics” path

we have clone the Prometheus from GitHub - prometheus-operator/kube-prometheus: Use Prometheus to monitor Kubernetes and applications running on Kubernetes.

Also we have followed the steps mentioned in How to deploy Prometheus on Kubernetes | MetricFire Blog as well in other setup.

Could you please suggest what would be the best approach to monitor the HTTP endpoint with Prometheus.

Also this deployment is on kubernetes AKS clusters , i can’t edit the prometheus.yaml file under /etc/prometheus folder of the container of respective POD.

Thanks