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 .
- Dec 27, 2022
-
-
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.
-
- Oct 31, 2019
-
-
Will Rouesnel authored
-
- Oct 30, 2019
-
-
Marcos A L M Macedo authored
To resolve the error below, it was necessary to add a new grant to the database postgres. Error: 'pq: permission denied for database \ "postgres \"'
-
- Aug 12, 2019
-
-
Alexis Sellier authored
* Discover only databases that are not templates and allow connections * Update readme
-
Alexis Sellier authored
* Add exclude-databases option * Update readme to explain --exclude-databases * Add comments to ExcludeDatabases function and unexport Contains function
-
- Jul 12, 2019
-
-
Sakis authored
Make the SQL work in automated deployments where it will be repeated many times.
-
- Jul 03, 2019
-
-
Will Rouesnel authored
-
Arno Geurts authored
-
- Jun 30, 2019
-
-
Asher Foa authored
-
Michael Kaye authored
Allow non-superuser commands to be re-run without (some) errors.
-
- Jun 15, 2019
-
-
Sean Corkum authored
add ; for any users that are copy/pasting from the readme
-
Asher Foa authored
-
- Feb 20, 2019
-
-
Freddy Spierenburg authored
Update the running as non-superuser section. This solves the problem that certain metrics didn't produce a value.
-
- Dec 18, 2018
-
-
Anthony Regeda authored
-
- Nov 11, 2018
-
-
Will Rouesnel authored
-
Phil Frost authored
This functionality was added in c225a1e1 but not documented.
-
- Nov 02, 2018
-
-
Sylvain Rabot authored
-