Hi Team, I am new to prometheus. I have installed prometheus into my eks cluster, using helm chart https://prometheus-community.github.io/helm-charts. I have updated my values to set serviceMonitorSelectorNilUsesHelmValues=false and podMonitor to false. I have installed nginx ingress controller for when deploying my app. Issue I am having is when I query rate(nginx_ingress_controller_requests[1h]) the results is 0. Is there a way to get higher rates, please advise
In Prometheus target view: http://[ip address]:10254/metrics UP Endpoint State Labels Last Scrape Scrape Duration Error container="controller"endpoint="metrics"instance="[ip address]:10254"job="ingress-nginx-controller-metrics"namespace="ingress-nginx"pod="ingress-nginx-controller-569b78f477-8p59l"service="ingress-nginx-controller-metrics" 2.199s 27.612ms I do not have any unhealthy targets Scrape interval is set to every 30 seconds I believe -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/19c41289-0992-4821-ab36-337b4bf79b6an%40googlegroups.com.

