-
Hi all, I just installed Retina and kube-prometheus-stack according to the documentation. But one of the retina-pods targets is unhealthy according to Prometheus. It tries to get the metrics for the operator pod on port 80:
However, the operator pods seems to listen on port 8080?
This is the values.yaml I uses for the installation:
Any ideas? Kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @kastl-ars! Thanks for opening this discussion! The operator didn't have the correct configuration set up for Prometheus to scrape metrics. To enable the monitor you should append a clause in your values.yaml file.
You can find more details in this PR #848 Thanks :) |
Beta Was this translation helpful? Give feedback.
Hey @kastl-ars!
Thanks for opening this discussion!
We've created an issue and recently pushed a fix.
The operator didn't have the correct configuration set up for Prometheus to scrape metrics.
We have added a ServiceMonitor called retina-operator-servicemonitor, which when enabled will scrape metrics from retina-operator.
To enable the monitor you should append a clause in your values.yaml file.
You can find more details in this PR #848
Thanks :)