Scraping Nginx Ingress metrics
# support
r
Hey folks - continuing from a previous thread I posted(https://community-chat.signoz.io/t/16364993/nginx-metrics-are-missing#4f844108-d7ee-4a37-970f-9e0744867093). I've ensured the Signoz annotations are added to my Nginx Ingress
Pods
, but the
k8s-infra
chart doesn't seem to scrape these; the
controller-
labels are missing from my self-hosted SigNoz cluster. Everything else seems to work fine. Would def appreciate any pointers!
Figured it out - was missing a rather important/obvious scraping step within the
otelAgent
configuration for the
k8s-infra
chart. Considering that I'm looking at building more dashboards out for things like KEDA(which also expose Prometheus metrics), let me know if y'all would like me to write a doc/blog post about this!