pg_exporter v0.3.0
PostgreSQL 13 support, REST APIs, dummy server
Categories:
Changes
https://github.com/pgsty/pg_exporter/releases/tag/v0.3.0
- Change default configuration, Support PostgreSQL 13 new metrics (
pg_slru,pg_shmem,pg_query13,pg_backup, etc…) - Add a series of new REST APIs for health / recovery status check
- Add a dummy server with fake
pg_up 0metric, which serves before PgExporter is initialized. - Add
sslmode=disableto URL ifsslmodeis not given - fix typos and bugs