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 .
- Aug 24, 2021
-
-
Magnus Hagander authored
Signed-off-by:
Magnus Hagander <magnus@hagander.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
-
- Jul 16, 2018
-
-
Samuel Barabas authored
-
- Mar 20, 2018
-
-
Will Rouesnel authored
Improve the documentation for `--disable-default-metrics` and update the listing of current flags.
-
- Mar 05, 2018
-
-
Will Rouesnel authored
This commit implements a massive refactor of the repository, and moves the build system over to use Mage (magefile.org) which should allow seamless building across multiple platforms.
-
- Feb 20, 2018
-
-
Joscha authored
* In docker example both containers should run on the host net * remove unecessary portmapping in docs
-
- Feb 02, 2018
-
-
fjavierm authored
-
- Nov 30, 2017
-
-
Will Rouesnel authored
Revamp the build system to be more inline with other Prometheus exporters. Notably add Darwin and Windows build targets, and add support for releases using tar files.
-
- Oct 26, 2017
-
-
Chris Travers authored
In PostgreSQL, views run as the defining user, meaning you don't need a view wrapping a function (you can just have a view). This improves readability, maintainability, performance, and clarity.
-
Will Rouesnel authored
-
- Jun 09, 2017
-
-
Alexander Savchuk authored
If the deployer role is not superuser (which is the case in AWS RDS, for example), we need to grant it access to postgres_exporter role before we can create a schema with AUTHORIZATION postgres_exporter.
-
Alexander Savchuk authored
PostgreSQL name was misspelled in 53b9d9ce.
-
- Apr 13, 2017
-
-
Michał Czeraszkiewicz authored
Closes #53 (rebased and merged).
-