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 .
- Apr 03, 2025
-
-
Ian Bibby authored
Signed-off-by:
Ian Bibby <ian.bibby@reddit.com> Co-authored-by:
Ben Kochie <superq@gmail.com>
-
- Jan 13, 2025
-
-
Khiem Doan authored
Signed-off-by:
Khiem Doan <doankhiem.crazy@gmail.com>
-
- Jul 06, 2024
-
-
fhackenberger authored
Better example for the quick start with prometheus config and avoiding deprecated env variables. Signed-off-by:
fhackenberger <florian@hackenberger.at>
-
- Oct 27, 2023
-
-
Ben Kochie authored
* [ENHANCEMENT] Add 1kB and 2kB units #915 * [BUGFIX] Add error log when probe collector creation fails #918 * [BUGFIX] Fix test build failures on 32-bit arch #919 * [BUGFIX] Adjust collector to use separate connection per scrape #936 Signed-off-by:
SuperQ <superq@gmail.com>
-
- 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 08, 2023
-
-
David Cook authored
Signed-off-by:
David Cook <dcook@divviup.org>
-
- Aug 24, 2023
-
-
Mathis Raguin authored
Signed-off-by:
Mathis Raguin <mathis.raguin@gitguardian.com>
-
- 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>
-
- Jun 27, 2023
-
-
Ben Kochie authored
Migrate the `pg_locks_count` query from `main` to the `collector` package. Signed-off-by:
SuperQ <superq@gmail.com>
-
- Jun 21, 2023
-
-
SuperQ authored
BREAKING CHANGES: Please note, the following features are deprecated and may be removed in a future release: - `auto-discover-databases` - `extend.query-path` - `constantLabels` - `exclude-databases` - `include-databases` This exporter is meant to monitor PostgresSQL servers, not the user data/databases. If you need a generic SQL report exporter https://github.com/burningalchemist/sql_exporter is recommended. * [CHANGE] Adjust log level for collector startup #784 * [CHANGE] Move queries from queries.yaml to collectors #801 * [CHANGE] Deprecate extend queries feature #811 * [CHANGE] Deprecate additional database features #815 * [CHANGE] Convert pg_stat_database to new collector #685 * [ENHANCEMENT] Supports alternate postgres:// prefix in URLs #787 * [BUGFIX] Fix pg_setting different help values #771 * [BUGFIX] Fix column type for pg_replication_slots #777 * [BUGFIX] Fix pg_stat_database collector #809 Signed-off-by:
SuperQ <superq@gmail.com>
-
- Jun 19, 2023
-
-
SuperQ authored
Now that we have deprecated extended queries we can deprecate related database features. * Deprecate flags/functions around auto discover databases. * Deprecate flags/functions for additional constant labels. Signed-off-by:
SuperQ <superq@gmail.com>
-
- Jun 13, 2023
-
-
Ben Kochie authored
Mark the extend queries feature as deprecated in favor of recommending the sql_exporter. Signed-off-by:
SuperQ <superq@gmail.com>
-
- Mar 30, 2023
-
-
Joe Adams authored
These have not been kept up to date. Signed-off-by:
Joe Adams <github@joeadams.io>
-
- Mar 28, 2023
-
-
SuperQ authored
Update the supported versions based on what we actually test in CI. Signed-off-by:
SuperQ <superq@gmail.com>
-
- Jan 24, 2023
-
-
SuperQ authored
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>
-
- Dec 27, 2022
-
-
Khiem Doan authored
Signed-off-by:
Khiem Doan <doankhiem.crazy@gmail.com>
-
Khiem Doan authored
Signed-off-by:
Khiem Doan <doankhiem.crazy@gmail.com>
-
- Nov 06, 2022
-
-
Luckz authored
Signed-off-by:
Luckz <224748+Luckz@users.noreply.github.com>
-
- Aug 10, 2022
-
-
Luckz authored
Signed-off-by:
Luckz <224748+Luckz@users.noreply.github.com>
-
- Jul 28, 2022
-
-
Joe Adams authored
Signed-off-by:
Joe Adams <github@joeadams.io>
-
Joe Adams authored
Signed-off-by:
Joe Adams <github@joeadams.io> Co-authored-by:
Ben Kochie <superq@gmail.com>
-
- Jun 15, 2022
-
-
Austin Godber authored
It looks like postgres 14.1 was added to CI here: https://github.com/prometheus-community/postgres_exporter/commit/fcb2535affa0f97c7a11439c19de6a7ff793e0df See also: https://github.com/prometheus-community/postgres_exporter/issues/651#issuecomment-1156947591 Signed-off-by:
Austin Godber <godber@uberhip.com>
-
- Feb 23, 2022
-
-
Joe Adams authored
This moves the metrics that are queried from pg_stat_bgwriter into a dedicated collector instead of dynamically generating queries and metrics from a map. It renames some metrics including adding the `_total` suffix on all of the counters to match prometheus standards. This implementation uses QueryRowContext to allow for later addition of context for cancellation. From the Postgres documentation, it states that there is one line per WAL sender process, but it is unclear how to differentiate between them in any meaningful way. When querying the table, there is no column to identify the row, only metrics about bgwriter. Signed-off-by:
Joe Adams <github@joeadams.io>
-
- Jan 18, 2022
-
-
Alex authored
Reference here: https://grafana.com/docs/agent/latest/configuration/integrations/postgres-exporter-config/ Also, matches the environment variables section. Signed-off-by:
Alex Ruddick <a.ruddick@numat-tech.com>
-
- Nov 29, 2021
-
-
juris.greitans authored
Signed-off-by:
juris.greitans <juris.greitans@visma.com>
-
- Nov 17, 2021
-
-
juris.greitans authored
Signed-off-by:
juris.greitans <juris.greitans@visma.com>
-
- Sep 08, 2021
-
-
Xela authored
Getting the error when adding non-root postgres user for exporter: ``` postgres=# CREATE OR REPLACE FUNCTION get_pg_stat_statements() RETURNS SETOF pg_stat_statements AS postgres-# $$ SELECT * FROM public.pg_stat_statements; $$ postgres-# LANGUAGE sql postgres-# VOLATILE postgres-# SECURITY DEFINER; ERROR: type "pg_stat_statements" does not exist ``` Add following sql command for enable pg_stat_statements: ``` CREATE EXTENSION IF NOT EXISTS pg_stat_statements; ``` Signed-off-by:
Xela Tirdan <xelatirdan@gmail.com>
-
- Aug 24, 2021
-
-
Magnus Hagander authored
Signed-off-by:
Magnus Hagander <magnus@hagander.net>
-
- Aug 02, 2021
-
-
Alex Vandiver authored
Signed-off-by:
Alex Vandiver <alex@chmrr.net>
-
- Apr 19, 2021
-
-
Paul van der Linden authored
Signed-off-by:
Paul van der Linden <mail@paultjuh.org>
-
- Mar 11, 2021
-
-
Pavel Sapezhko authored
Signed-off-by:
Pavel Sapezhko <me@weastur.com>
-
- Mar 02, 2021
-
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- Feb 28, 2021
-
-
Ben Kochie authored
Setup integration test matrix in CircleCI. * Update README integration testing list. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- Feb 23, 2021
-
-
Ben Kochie authored
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>
-
- Dec 24, 2020
-
-
Ajay Bhat authored
Have a custom prefix for each of the default metrics created by postgres_exporter Co-authored-by:
Will Rouesnel <wrouesnel@wrouesnel.com>
-
- Aug 28, 2020
-
-
Robbie Trencheny authored
-
- Apr 09, 2020
-
-
Lars Kellogg-Stedman authored
this has a minor change to the wording and a couple of examples to demonstrate the use of DATA_SOURCE_URI. Closes #113
-
- Nov 19, 2019
-
-
Vladimir N. Indik authored
* Update README according --help output * Update environment variables list in README
-
sfalkon authored
-
Benjamin P. Jung authored
Closes #326 as is provides a viable solution to use a K8S init container to fully contruct the PostgreSQL URI and 'hand it over' to the postgres_exporter process.
-