This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/postgres_exporter.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 20, 2023
-
-
Joe Adams authored
* Add changelog for v0.14 - Add changelog entries since v0.13.2 - Update README with new options - Bump version file Signed-off-by:
Joe Adams <github@joeadams.io> * Add changelog entry for #904 Signed-off-by:
Joe Adams <github@joeadams.io> --------- Signed-off-by:
Joe Adams <github@joeadams.io>
-
- Sep 17, 2023
-
-
PrometheusBot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
- Sep 13, 2023
-
-
Joe Adams authored
* Fix bugs mentioned in #908 These collectors are disabled by default, so unless enabled, they are not tested regularly. Signed-off-by:
Joe Adams <github@joeadams.io> --------- Signed-off-by:
Joe Adams <github@joeadams.io>
-
- Sep 12, 2023
-
-
David Cook authored
Signed-off-by:
David Cook <dcook@divviup.org>
-
- Sep 08, 2023
-
-
Vladimir Luksha authored
Signed-off-by:
Vladimir Luksha <waldemarluksha@gmail.com> Co-authored-by:
Vladimir Luksha <luksha@limcore.io>
-
David Cook authored
Signed-off-by:
David Cook <dcook@divviup.org>
-
- Sep 06, 2023
-
-
Christian Albrecht authored
The leak was introduced in PR#882 Signed-off-by:
Christian Albrecht <cal@albix.de> Co-authored-by:
Christian Albrecht <christian.albrecht@akquinet.de>
-
- Sep 03, 2023
-
-
PrometheusBot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
- Aug 25, 2023
-
-
Felix Yuan authored
* Long running transactions collector and test --------- Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> Co-authored-by:
Ben Kochie <superq@gmail.com>
-
- Aug 24, 2023
-
-
Mathis Raguin authored
Signed-off-by:
Mathis Raguin <mathis.raguin@gitguardian.com>
-
Felix Yuan authored
* User Index io stats collector and test --------- Signed-off-by:
Felix Yuan <felix.yuan@reddit.com>
-
Felix Yuan authored
* Stats_reset as null seems to actually be legitimate for new databases, so don't fail for it --------- Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> Co-authored-by:
Ben Kochie <superq@gmail.com>
-
- Aug 23, 2023
-
-
Joe Adams authored
This no longer returns an error when creating a collector.instance when the database cannot be reached for the version query. This will resolve the entire postgresCollector not being registered for metrics collection when a database is not available. If the version query fails, the scrape will fail. Resolves #880 Signed-off-by:
Joe Adams <github@joeadams.io>
-
- Aug 15, 2023
-
-
Ben Kochie authored
Add an example Prometheus scrape config, similar to the blackbox_exporter's example config. Fixes: https://github.com/prometheus-community/postgres_exporter/issues/888 Signed-off-by:
SuperQ <superq@gmail.com>
-
- Jul 25, 2023
-
-
Ben Kochie authored
Fix all renames of `total_time` to `total_exec_time`. Fixes: https://github.com/prometheus-community/postgres_exporter/issues/502 Signed-off-by:
SuperQ <superq@gmail.com>
-
Ben Kochie authored
Update pg_stat_statements collector to handle the new column names in PostgreSQL 13. Fixes: https://github.com/prometheus-community/postgres_exporter/issues/502 Signed-off-by:
SuperQ <superq@gmail.com>
-
- Jul 21, 2023
-
-
Felix Yuan authored
* Xlog location collector and test Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Add more escapes Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Change to Gauge Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> --------- Signed-off-by:
Felix Yuan <felix.yuan@reddit.com>
-
Felix Yuan authored
* Wal Receiver Collector and Test Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Add more escapes Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Corrections to wal_receiver Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Continue on null labels Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Skip nulls and log a message Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Redundant breaks Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Fix up walreceiver Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Remove extra label Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Update collector/pg_stat_walreceiver.go Co-authored-by:
Ben Kochie <superq@gmail.com> Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Clean up the extra assignments Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Update collector/pg_stat_walreceiver.go Co-authored-by:
Joe Adams <github@joeadams.io> Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> --------- Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> Co-authored-by:
Ben Kochie <superq@gmail.com> Co-authored-by:
Joe Adams <github@joeadams.io>
-
Felix Yuan authored
* Autovacuum collector and test Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Update collector/pg_stat_activity_autovacuum.go Co-authored-by:
Joe Adams <github@joeadams.io> Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Update collector/pg_stat_activity_autovacuum.go Co-authored-by:
Joe Adams <github@joeadams.io> Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Use timestamp seconds Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * query formating Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * SQL format Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> * Loosen autovacuum query Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> --------- Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> Co-authored-by:
Joe Adams <github@joeadams.io>
-
Joe Adams authored
Signed-off-by:
Joe Adams <github@joeadams.io>
-
- Jul 20, 2023
-
-
Joe Adams authored
Add a logger to stat_database collector
-
- Jul 19, 2023
-
-
Felix Yuan authored
(also clean up some metric validity checks) Signed-off-by:
Felix Yuan <felix.yuan@reddit.com>
-
- Jul 14, 2023
-
-
Felix Yuan authored
* Database wraparound collector and test --------- Signed-off-by:
Felix Yuan <felix.yuan@reddit.com> Co-authored-by:
Joe Adams <github@joeadams.io>
-
- Jul 06, 2023
-
-
Joe Adams authored
Include all idle processes in the process idle metrics
-
Joe Adams authored
Synchronize common files from prometheus/prometheus
-
prombot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
PrometheusBot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com> Co-authored-by:
Ben Kochie <superq@gmail.com>
-
Ben Kochie authored
* Disable unused-parameter check due to false positives on Collect() calls. * Enable misspell. * Simplify error returns. Signed-off-by:
SuperQ <superq@gmail.com>
-
Tom Hughes authored
Signed-off-by:
Tom Hughes <tom@compton.nu>
-
Tom Hughes authored
Signed-off-by:
Ben Kochie <superq@gmail.com>
-
dependabot[bot] authored
Bumps [github.com/smartystreets/goconvey](https://github.com/smartystreets/goconvey) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/smartystreets/goconvey/releases) - [Commits](https://github.com/smartystreets/goconvey/compare/v1.8.0...v1.8.1 ) --- updated-dependencies: - dependency-name: github.com/smartystreets/goconvey dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jul 05, 2023
-
-
Daniel Swarbrick authored
go-sqlmock's Rows.AddRow() takes values which have a type alias of "any", and appear to default to untyped ints if not explicitly cast. When large values are passed which would overflow int32, tests fail. Signed-off-by:
Daniel Swarbrick <daniel.swarbrick@gmail.com>
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0 ) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Joe Adams authored
Add a collector to gather metrics on WAL size
-
Tom Hughes authored
Signed-off-by:
Tom Hughes <tom@compton.nu>
-
- Jul 04, 2023
-
-
Tom Hughes authored
Signed-off-by:
Tom Hughes <tom@compton.nu>
-
- Jul 03, 2023
-
-
Joe Adams authored
Fix replication collector
-
Tom Hughes authored
Signed-off-by:
Tom Hughes <tom@compton.nu>
-
- Jun 27, 2023
-
-
PrometheusBot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
Felix Yuan authored
* Fix postmaster type issue * Disable postmaster collector by default --------- Signed-off-by:
Felix Yuan <felix.yuan@reddit.com>
-