Joe Adams
Joe Adams
@SuperQ This is ready for review now.
I'm not sure that I understand what is being asked. Is the question "How do I monitor postgresql replication"? If so, I'm not sure that this project is the right...
Can you fix the DCO check please? You need to sign the commit. The README is definitely wrong, but it does work for me, even specifying `linux/amd64` twice.
Typically prometheus exporters export a metric to determine if scrapes work or fail. In this case it is `pg_up` which will be 1 for success or 0 for failure. From...
It's not clear what the intent of this PR is. The queries.yaml file is being deprecated in the near future.
This needs a rebase before it can be merged. After a rebase, I can take a look just to make sure everything still looks good and merge. Thank you!
I tried to reproduce this but was unsuccessful. Here's the steps I used in case I am misunderstanding the issue that you are seeing. 1. Run a postgres instance with...
@sandroden This new error is related to #682. The problem is that the help text is dynamically set from the database https://github.com/prometheus-community/postgres_exporter/blob/ac9fa133027d748818c56d9498f33ec5eaec658b/cmd/postgres_exporter/pg_setting.go#L73 Because the databases have different descriptions (it looks...
I think I understand the problem. The builtin pg_database collector is trying to collect metrics on those databases automatically. It appears that the pg_database_size() function requires connect permissions. I think...
Do you see the metric when you query the /metrics http endpoint on the exporter itself? If not, the exporter is not providing that information. You could be missing the...