SuperQ
0e654d8f83
Update build
...
* Update Go to 1.20.
* Update golanci-lint.
* Bump modules.
* Update CI orb.
* Fix up use of deprecated ioutil.
Signed-off-by: SuperQ <superq@gmail.com>
2023-03-05 22:20:50 +01:00
Ben Kochie
0e4506e3f4
Merge pull request #746 from prometheus-community/bjk/exporter-toolkit-bump
...
Update exporter-toolkit
2023-01-25 09:31:55 +01:00
SuperQ
fc264d0ab0
Update exporter-toolkit
...
Update to the latest exporter-toolkit
* Enables multi-listener and systemd socket activation.
* Bump Go to 1.19.
* Remove `PG_EXPORTER_WEB_LISTEN_ADDRESS` env var because this is now a
repeatable flag.
Signed-off-by: SuperQ <superq@gmail.com>
2023-01-24 17:57:31 +01:00
Khiem Doan
045f24fd63
Add postgres 15 for CI test
...
Signed-off-by: Khiem Doan <doankhiem.crazy@gmail.com>
2022-12-27 09:07:35 +07:00
SuperQ
da63601f57
Release v0.11.0
...
NOTE: pg_stat_bgwriter counter metrics had the `_total` suffix added #556
* [CHANGE] refactor pg_stat_bgwriter metrics into standalone collector #556
* [FEATURE] Add pg_database collector #613
* [ENHANCEMENT] Add pg_database_size_bytes metric #613
* [BUGFIX] Avoid parsing error from bogus Azure Flexible Server custom GUC #587
* [BUGFIX] Fix pg_stat_archiver error in 9.4 and earlier. #599
* [BUGFIX] Sanitize setting values because of Aurora irregularity #620
Signed-off-by: SuperQ <superq@gmail.com>
2022-07-28 13:42:32 +02:00
SuperQ
81c4933986
Update build
...
* Update to Go 1.18.
* Update minimum Go version to 1.17.
* Update Go modules for 1.17 format.
* Bump Go modules
* Enable dependabot.
* Update Prometheus common files.
* Fixup yamllint.
Signed-off-by: SuperQ <superq@gmail.com>
2022-05-25 11:27:42 +02:00
SuperQ
fcb2535aff
Release 0.10.1
...
* [BUGFIX] Fix broken log-level for values other than debug. #560
Signed-off-by: SuperQ <superq@gmail.com>
2022-01-14 17:27:06 +01:00
Ben Kochie
0ea46e882b
Update build
...
* Add MAINTAINERS.md file.
* Bump to Go 1.16.
* Update promu version.
Signed-off-by: Ben Kochie <superq@gmail.com>
2021-03-25 10:25:36 +01:00
Ben Kochie
33e61f3277
Add integration tests
...
Setup integration test matrix in CircleCI.
* Update README integration testing list.
Signed-off-by: Ben Kochie <superq@gmail.com>
2021-02-28 14:26:51 +01:00
Ben Kochie
b67b69acd3
Update for Prometheus Community
...
Add standard Prometheus build setup
* CircleCI config
* Makefile
* Go modules
* Golang-CI Lint
* promu config
* Remove /vendor
* Remove mage build
* Update READMEs
https://github.com/prometheus-community/postgres_exporter/issues/478
Signed-off-by: Ben Kochie <superq@gmail.com>
2021-02-23 10:51:33 +01:00