Follow operator installation docs.
kubectl apply -f operator-service.yaml -n ${NAMESPACE}
kubectl apply -f prometheus -n ${NAMESPACE}
kubectl port-forward svc/prometheus-k8s 9090:9090 -n ${NAMESPACE}
And open http://localhost:9090
Example: We can add sample query controller_runtime_reconcile_total
and check graph