Changelog for
golang-github-wrouesnel-postgres_exporter-0.4.7-4.115.i586.rpm :
* Sat Jan 22 2022 Stefan Bluhm
- Adapted for Enterprise Linux and Leap 15.3 build.
* Thu Jun 06 2019 jmc - Add %license macro for LICENSE file
* Sat Apr 13 2019 jcavalheiroAATTsuse.com- Fix ppc64le compile errors on SLE15-SP1 - Use go1.9 as newer versions break magefile on this arch- Refactor and cleanup spec file- Rename systemd service to prometheus-postgres_exporter
* Thu Mar 28 2019 Johannes Renner - Enable building postgres_exporter for additional architectures (s390x, ppc64 and arm64)- Add:
* architectures.patch
* Wed Mar 27 2019 Michael Calmer - Upgrade to 0.4.7: - Added a query for v9.1 pg_stat_activity. - Add `--constantLabels` flag to allow applying fixed constant labels to metrics. - Support \'B\' suffix in units.
* Wed Oct 31 2018 moioAATTsuse.com- Upgrade to 0.4.6: - Fix 32 and 64mb unit sizes, were not supported in pg_settings - Add commandline flag to disable default metrics - Bugfix for pg_up (it would always be 0) - pg_up is now refreshed based on database Ping() every scrape - Adds the following environment variables for overriding defaults: - `PG_EXPORTER_WEB_LISTEN_ADDRESS` - `PG_EXPORTER_WEB_TELEMETRY_PATH` - `PG_EXPORTER_EXTEND_QUERY_PATH` - Add Content-Type to HTTP landing page - Fix panic due to inconsistent label cardinality when using queries.yaml with queries which return extra columns - Add metric for whether the user queries YAML file parsed correctly. This also includes the filename and SHA256 sum allowing tracking of updates - Add pg_up metric to indicate whether the exporter was able to connect and Ping() the PG instance before a scrape - Fix broken link in landing page for `/metrics` - Add support for PostgreSQL 10 - Add support for the 16kB unit when decoding pg_settings - Fix DSN logging - Ignore functions that cannot be executed during replication recovery - Add a `-version` flag finally - Add confirmed_flush_lsn to pg_stat_replication - use pg_settings to retrieve runtime variables. Adds >180 new metrics and descriptions
* Thu Jun 14 2018 mcAATTsuse.com- start service after postgresql
* Wed Jun 13 2018 mcAATTsuse.com- add systemd service and config file
* Wed Mar 29 2017 moioAATTsuse.com- Initial version