Releases: pgsty/pg_exporter
Releases · pgsty/pg_exporter
v0.5.0 Release
Exporter Enhancement
- Build rpm & deb with
nfpm - Add
column.default, replace when metric value is NULL - Add
column.scale, multiply scale factor when metric value is float/int (e.g µs to second) - Fix
/statendpoint output - Add docker container
vonng/pg_exporter
Metrics Collector
- scale bgwriter & pg_wal time unit to second
- remove pg_class collector and move it to pg_table & pg_inex
- add pg_class metrics to pg_table
- add pg_class metrics to pg_index
- enable pg_table_size by default
- scale pg_query pg_db pg_bgwriter pg_ssl pgbouncer_stat time metrics to second
MD5 (pg_exporter-0.5.0.x86_64.rpm) = f9f3454803bd17d81b94c7c04a21601a
MD5 (pg_exporter_0.5.0_amd64.deb) = 08bd7674a089082cff38fcb55f496390
MD5 (pg_exporter_v0.5.0_darwin-amd64.tar.gz) = c0b5b26222950c66d888dc18cff49231
MD5 (pg_exporter_v0.5.0_linux-amd64.tar.gz) = 9865182fc12387a21775982ca59eef47v0.4.1 Support pgbouncer v1.16
- update default collectors
- omit citus & timescaledb schemas on object monitoring
- avoid duplicate pg_statio tuples
- support pgbouncer v1.16
- bug fix:
pg_replcollector overlap on pg 12
- new parameter:
-Tconnect-timeoutPG_EXPORTER_CONNECT_TIMEOUT
this can be useful when monitoring remote postgres instance. - now
pg_exporter.yamlare renamed aspg_exporter.ymlin rpm package.
v0.4.0 Released
- Add PG 14 support
- Default metrics configuration overhaul. (BUT you can still use old configuration)
- add
auto-discovery,include-databaseandexclude-databaseoption - Add multiple database monitoring implementation (with auto-discovery = on)
v0.3.2 Fix Issues
- fix shadow DSN corner case
- fix typo
- fix document
v0.3.1 minor release
fix default configuration problems (especially for version lower than 13)
- setting
primary_conninfonot exists until PG13 - add funcid label to pg_func to avoid func name duplicate label
- fix version string to
pg_exporter
v0.3.0 PG 13 support
- Change default configuration, Support PostgreSQL 13 new metrics (
pg_slru,pg_shmem,pg_query13,pg_backup, etc...) - Add a series new REST API for health / recovery status check
- Add a dummy server with fake
pg_up 0metric which serve before PgExporter is initialized. - Add
sslmode=disableto URL ifsslmodeis not given - fix typo and bugs
v0.2.0
v0.1.2 Release
v0.1.2 Release
* fix pgbouncer_up metrics
* add dynamic configuration reload
* remove 'shard' related logic
* add a 'bulky' mode to default settings
v0.1.1 Prod Release
v0.1.1
- Fix the bug that
pg_exporterwill hang during start-up if any query is failed.
v0.1.0 release
Looks good to me.