-
Notifications
You must be signed in to change notification settings - Fork 2
Postgres exporter is out of date #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yep, sure, I'm not really using exporters atm, so I couldn't have noticed it. But if you think that it's not a good idea, you can also put all the templates to our chart, and also probably add tests for |
The db-instances chart currently generates one exporter
Not sure what the default port was back then but the db-instances helm chart overrides this port via a environment variable that was removed last year: I dont know if there was a particular reason to choose a non-default port, if not I'd suggest to stick to the defaults. General question: is the db-instances helm chart strictly tied to the implementation of db-operator and must always be used, or rather provided as a convenient mechanism to create |
Aye, sure, I haven't though about that, than we need to put them to templates
I am not aware of the reasons, to be honest, I would also use the default one, I don't think there are reasons to stay with the custom one
Second, you don't have to use the chart, if you don't want |
@allanger could you please have a quick look at my draft PR if the changes look fine for you? Then I would start working on the test coverage. I'm not sure if you rely on your custom queries, they have been deprecated with lots of other features. 🌞 |
I've had a look and put a couple of comments there |
Can we close it now? |
Yes I haven't found any issues. |
I noticed that the image of the postgres exporter in the dbinstances chart uses the latest tag and the last update was over 4 years ago. From what I see this is the currently maintained postgres exporter:
https://github.com/prometheus-community/postgres_exporter
https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-postgres-exporter
Unfortunately it's not possible to simply change the image in the dbinstances chart because there are many incompatible changes like different ports the application listens on. The current exporter runs on 60000 while the updated one runs on 9187.
I would like to upgrade the exporter and also add podmonitor support.
Is this fine for you @allanger?
The text was updated successfully, but these errors were encountered: