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 .
- Nov 19, 2019
-
-
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).
-
- Mar 03, 2017
-
-
Matt Bostock authored
While many pronounce it as 'post-GRES', the spelling is 'PostgreSQL' with two 's'. https://www.postgresql.org/about/press/faq/
-
- Feb 24, 2017
-
-
Will Rouesnel authored
-
- Nov 28, 2016
-
-
Will Rouesnel authored
This was something that was going to be added but never materialized into a practical feature.
-
- Nov 21, 2016
-
-
Mario Trangoni authored
-
- Nov 17, 2016
-
-
Will Rouesnel authored
-
- Sep 07, 2016
-
-
Nick Cabatoff authored
-
- May 28, 2016
-
-
Will Rouesnel authored
-
- May 20, 2016
-
-
Will Rouesnel authored
Looks like lib/pq has updated their connection strings upstream so the URL parsing is more URL-like.
-
- Mar 12, 2016
-
-
Will Rouesnel authored
Vendor and store all dependencies. This allows us to have a makefile which builds to a minimized docker image.
-
- Jan 21, 2016
-
-
fiknytte authored
Added metrics for locks per database per mode, pg_stat_activity, pg_stat_replication. Updated README.md with possible solution for running as non-superuser.
-
- Sep 07, 2015
-
-
Will Rouesnel authored
Update README with a workable connection string for local use.
-