- 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
-
- 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.
-
- Aug 28, 2015
-
-
Will Rouesnel authored
-
- Aug 27, 2015
-
-
Will Rouesnel authored
-
Will Rouesnel authored
-
- Aug 24, 2015
-
-
Will Rouesnel authored
This is based on the mysqld_exporter, but drastically changes how metrics are discovered and enumerated since postgres already very closely follows the Prometheus format.
-