Keith Fiske
Keith Fiske
Didn't see any open issues for this and not sure if anything like this is on the roadmap. Requesting to allow running backups without the requirement of a dedicated repository...
Are there any plans for the exporter output to have TLS/SSL support? Just looking through docs and didn't see it mentioned.
# Description Update slot monitoring query to account for logical slots on replicas (patroni feature) Update changelog and documentation for next release. Update PR Template & CODEOWNERS Get pgbouncer fix...
Using the pgbouncer_fdw to monitor pgbouncer means that there's only a single connection configuration possible. This means that if pgbouncer is running on a replica and readonly queries are being...
Add a new query file for doing more in-depth vacuum analysis. See this blog post for details - http://dtrace.org/blogs/dap/2019/05/22/visualizing-postgresql-vacuum-progress/ Keep this as a separate file to allow it to be...
**Describe the issue:** postgres_exporter gives scrape error warnings on replicas when permanent logical replication slots are in use with patroni. ``` postgres=# SELECT slot_name, active::int, pg_wal_lsn_diff(pg_current_wal_insert_lsn(), restart_lsn) AS retained_bytes FROM...
**Describe the enhancement you are proposing:** New columns in PG13+ allow per-query WAL statistics. Add metric to collect the top WAL producing queries based on PG_STAT_STATEMENTS_LIMIT
See about separating out Alertmanager into its own documentation section and expanding the setup information provided
Grafana 8.x appears to support external alertmanagers for its alerting section now. Investigate whether Prometheus Alertmanager works here https://github.com/grafana/grafana/pull/35759 https://github.com/grafana/grafana/issues/35711
Adjust the service files for the exporters to allow easier automated configuration of which system user the exporter is running as. See postgres service update in HA deployment for example....