- Nov 02, 2018
-
-
Greg Stark authored
for memory parameters for bytes.
- Sep 22, 2018
-
-
Daniel Bäurer authored
-
Robson Roberto Souza Peixoto authored
-
Robson Roberto Souza Peixoto authored
When you area monitoring server from cloud providers the exporter IP/hostname is not the server IP, so add some constant labels is useful on dashboards and alerts. And is very important to use with `--disable-default-metrics` to add info like `datname` and figure out the database name that you are monitoring
-
- Jul 16, 2018
-
-
Samuel Barabas authored
-
tshohe authored
-
- Jun 25, 2018
-
-
Thomas Skowron authored
-
- Jun 19, 2018
-
-
Marc Bachmann authored
-
- May 23, 2018
-
-
Adam Harrison authored
Fixes #188.
-
- May 22, 2018
-
-
Will Rouesnel authored
-
- Apr 15, 2018
-
-
Will Rouesnel authored
Postgres can emit 32MB and 64MB units which were previously unhandled. Handle them.
-
Will Rouesnel authored
- Mar 20, 2018
-
-
Will Rouesnel authored
Improve the documentation for `--disable-default-metrics` and update the listing of current flags.
-
Hang Sun authored
-
Will Rouesnel authored
Closes #170. This release will be backported and 0.4.4 re-released.
-
- Mar 07, 2018
-
-
Will Rouesnel authored
-
- Mar 06, 2018
-
-
Will Rouesnel authored
-
Will Rouesnel authored
-
Will Rouesnel authored
Correct fix for #160.
-
Will Rouesnel authored
-
Will Rouesnel authored
-
- Mar 05, 2018
-
-
Will Rouesnel authored
This did in fact turn out to be an oversight in the error handling. Now, any error in the initial connection path will always trip pg_up to be 0. Fixes #160
-
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 19, 2018
-
-
Will Rouesnel authored
Adds the following environment variables for overriding defaults: * `PG_EXPORTER_WEB_LISTEN_ADDRESS` * `PG_EXPORTER_WEB_TELEMETRY_PATH` * `PG_EXPORTER_EXTEND_QUERY_PATH` Closes #150.
-
Will Rouesnel authored
Closes #154
-
Will Rouesnel authored
Closes #145
-
- Feb 02, 2018
-
-
Will Rouesnel authored
Fix Apache license naming.
-
fjavierm authored
-
Marcin Budny authored
* fixed version parsing for Windows and EnterpriseDB * fixed formatting
-
- 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.
-
- Nov 29, 2017
-
-
Will Rouesnel authored
At some point in the past we find/replaced "this" to "cu" in the source code and it's been like that ever since, including leaking into some of the metric descriptions. Clean it up.
-
Will Rouesnel authored
On advice from @superq this is inline with the convention used in similar exporters (example being the mysqld exporter). The full metric name is thus `pg_up`. Closes #135
-
Will Rouesnel authored
This metric is only set to 0 after the database has been connected to and a Ping() request via the pg driver has been successfully sent. Closes #135.
-
Will Rouesnel authored
Adds a status metric to indicate that the user queries YAML file loaded successfully. Also adds the file path and hashsum as labels. Closes #125
-
Will Rouesnel authored
When using queries.yaml, extra columns in the output would be detected as unknown metrics (correctly) but the labels in the current mapping would not be applied to the output. This explains the rash of crashes due to inconsistent label cardinality. The specific creation is when the name given to a column does not match the mapping you intended, and so the metric shows up as unknown. Closes #98
-