1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-06 17:22:43 +03:00

Commit Graph

  • f00c4b7b87 Added command-line flag to disable the default metrics v0.4.5 Hang Sun 2018-02-27 10:20:44 -08:00
  • 2db8b47fe8 Added a new unit 32kB Hang Sun 2018-02-27 10:12:55 -08:00
  • 4df26a0922 Fix version not being set properly during build. v0.4.4 Will Rouesnel 2018-03-21 00:27:00 +11:00
  • 82e855d7ea WIP: break exporter apart so it can run as an idiomatic library. libraryize_mk2 Will Rouesnel 2018-03-08 00:23:42 +11:00
  • c82c0eb9e1 Fix docker image push from Travis. Will Rouesnel 2018-03-07 18:24:02 +11:00
  • 5abe56d1fc Fix new linter issues. Will Rouesnel 2018-03-06 23:28:47 +11:00
  • 9118b7c814 Fix bad gofmt'ing. Will Rouesnel 2018-03-06 23:21:15 +11:00
  • fa2c1e8f0f Fix pg_up never being set to 1 (introduced by #162). Will Rouesnel 2018-03-06 23:20:31 +11:00
  • 2f4fc7201f Disable lll in gometalinter. Will Rouesnel 2018-03-06 23:17:33 +11:00
  • 3f6cdf2e85 Fix magefile exclusion handling. Will Rouesnel 2018-03-06 22:14:58 +11:00
  • a185383f1b Fix linter issues. librarization Will Rouesnel 2018-03-06 23:04:49 +11:00
  • db1670fbf4 Add alpha quality note about librarization Will Rouesnel 2018-03-06 23:04:39 +11:00
  • 7d927a3761 Correct fix for psql_up metric (broken by #162). Will Rouesnel 2018-03-06 22:25:42 +11:00
  • c4cf666dbe Fix magefile exclusion handling. Will Rouesnel 2018-03-06 22:14:58 +11:00
  • dfc644214b Refactor PR #157 to fit the new repository format. Will Rouesnel 2018-03-06 18:49:00 +11:00
  • 2ab8f10935 Refactor exporter so that it can be used as a library. Tamal Saha 2017-05-19 18:35:30 -07:00
  • 4117fb2afc Ensure pg_up is always set to 0 when the initial database connection fails. Will Rouesnel 2018-03-06 08:36:24 +11:00
  • 989489096e Refactor repository layout and convert build system to Mage. Will Rouesnel 2018-02-23 01:55:49 +11:00
  • 3e6cf08dc5 In docker example both containers should run on the host net (#149) Joscha 2018-02-20 09:27:58 +01:00
  • a52beb60cb Add environment variable control for most command line options. v0.4.2 Will Rouesnel 2018-02-19 23:21:14 +11:00
  • 946aa5db45 Add Content-Type to HTTP landing page. Will Rouesnel 2018-02-19 23:17:42 +11:00
  • 2148f3518f Fix Makefile to produce .exe binaries for Windows. Will Rouesnel 2018-02-19 23:11:12 +11:00
  • 6a9ddb28dc Update LICENSE Will Rouesnel 2018-02-02 20:13:31 +11:00
  • 02718d0e26 Add a couple of pre-instructions to the README file for the build process. (#152) fjavierm 2018-02-02 09:04:07 +00:00
  • b0d5700ec0 fixed version parsing for Windows and EnterpriseDB (#151) Marcin Budny 2018-02-02 02:24:07 +01:00
  • 5b9fea01ee Add cross-compilation Makefile targets and tar-based releases. v0.4.1 Will Rouesnel 2017-11-30 03:15:53 +11:00
  • 61b93a17a6 Fix a pervasive misnaming of "this" to "cu". Will Rouesnel 2017-11-29 23:36:53 +11:00
  • f4bf817f25 Rename the last_scrape_connection_error metric to up. v0.4.0 Will Rouesnel 2017-11-29 23:08:45 +11:00
  • 6802f4bbe3 Add test cases for unknown metric parsing. Will Rouesnel 2017-11-29 12:58:54 +11:00
  • df3a71eb79 Add last_scrape_connection_error metric. Will Rouesnel 2017-11-29 12:42:03 +11:00
  • 93f9646385 Add metric for user queries YAML file. Will Rouesnel 2017-11-29 12:35:34 +11:00
  • 214ce477d0 Fix panic due to inconsistent label cardinality when using queries.yaml. Will Rouesnel 2017-11-29 11:46:04 +11:00
  • de30c017f4 fix invisibility of "/metrics" Никита Конев (home Fedora) 2017-11-27 03:58:01 +03:00
  • 8b4d70ae5f Removed unnecessary complexity in readme.md Chris Travers 2017-09-12 12:08:36 +02:00
  • 0e9fccdb27 add rc-script for postgres_exporter rp 2017-10-19 11:14:10 +02:00
  • e3dbbe64fd Update README.md Will Rouesnel 2017-10-26 19:44:54 +11:00
  • 0e4c3ce395 Update all dependencies. Will Rouesnel 2017-10-24 21:16:28 +11:00
  • 5c04bc0463 Add support for attribute renames from Postgres 10. v0.3.0 Will Rouesnel 2017-10-23 15:12:03 +11:00
  • 9026088d66 Remove localhost assumption for standalone tests. Will Rouesnel 2017-10-23 15:11:58 +11:00
  • 97708205f6 Fix regression where failed tests would still leave passing builds. Will Rouesnel 2017-10-09 12:22:07 +11:00
  • 2d3aa082b1 Add PostgreSQL 10 to smoke-tests. Will Rouesnel 2017-10-09 11:08:03 +11:00
  • cb4b628ca1 Add tolerant version regex parsing to handle PostgreSQL 10. Will Rouesnel 2017-10-09 11:07:50 +11:00
  • 6e3d130f40 fix shell usage in make file Matthias Berkenkamp 2017-08-01 10:43:46 +02:00
  • 4bee618699 add coverage folder Matthias Berkenkamp 2017-08-01 10:18:28 +02:00
  • 5a4b1a5f81 try to fix coverage location in travis Matthias Berkenkamp 2017-08-01 09:54:27 +02:00
  • 142716dcb0 use check for tests Matthias Berkenkamp 2017-08-01 08:23:52 +02:00
  • fce6b005a6 add some test cases Matthias Berkenkamp 2017-07-31 15:46:05 +02:00
  • fcf07546cd Fix gofmt issues Matthias Berkenkamp 2017-07-31 12:52:42 +02:00
  • 528e347b48 add support for secrets files Matthias Berkenkamp 2017-04-11 12:18:55 +02:00
  • e701b80fd5 Add the 16kB unit size to pg_settings parser. Will Rouesnel 2017-09-07 22:36:40 +10:00
  • 573832b600 Add the 16kB unit size to pg_settings parser. v0.2.3 Will Rouesnel 2017-09-07 22:36:40 +10:00
  • 17592ee8e9 Fix new linter errors. v0.2.2 Will Rouesnel 2017-08-04 02:24:31 +10:00
  • 4c2dc4a7dd unparam was refusing to update - force an update. Will Rouesnel 2017-08-04 02:20:07 +10:00
  • 23f4af2354 Allow the redacted DSN logging to actually fire (DSN was never logged). Will Rouesnel 2017-08-04 00:01:05 +10:00
  • c692b4e76a Localize the shared database connection to the Exporter object. Will Rouesnel 2017-08-03 23:12:10 +10:00
  • 41cb2e7a68 Add test case for issue #93. Will Rouesnel 2017-08-03 22:20:03 +10:00
  • a7ff84a674 Update vendored tools/. Will Rouesnel 2017-08-03 21:19:17 +10:00
  • 1afbd62ab1 Sample for database size (#76) Giancarlo Rubio 2017-07-26 14:53:16 +02:00
  • 81194c9219 Grant postgres_exporter role to deployer role Alexander Savchuk 2017-06-09 14:40:29 +12:00
  • 1ec400b707 Fix PostgreSQL name Alexander Savchuk 2017-06-09 14:37:06 +12:00
  • 3b9a68897f Fix overbroad tools .gitignore. v0.2.1 Will Rouesnel 2017-06-07 00:46:02 +10:00
  • f5c88e1806 Update tools/Makefile. Will Rouesnel 2017-06-07 00:38:08 +10:00
  • 801793e185 Update .travis.yml. Will Rouesnel 2017-06-07 00:25:54 +10:00
  • 8877b69804 Fix an extraneous comma which bugged the SQL introduced when merging PR #78 Will Rouesnel 2017-06-07 00:10:57 +10:00
  • 3f0fb9d3a4 Suppress build messages from tools/Makefile Will Rouesnel 2017-06-07 00:04:19 +10:00
  • 8a1a12fd05 Update Makefile test handling. Will Rouesnel 2017-06-06 23:45:48 +10:00
  • 34ffcb449d Fix issues identified by the gometalinters. Will Rouesnel 2017-06-06 23:26:32 +10:00
  • 4477dfa9b3 Add warning if Postgres Version is lower then the minimum version. Will Rouesnel 2017-06-06 22:47:52 +10:00
  • e2b6c973a1 Add self-contained gometalinter build tooling. Will Rouesnel 2017-06-06 21:39:41 +10:00
  • 0de0311c22 Ignore functions that cannot be executed during recovery. Guo Xiang Tan 2017-06-01 23:13:16 +09:00
  • 5c587cb725 Add CLI flag to return version info Tyler Yahn 2017-05-15 15:30:43 -07:00
  • 1bf7f2435f Add confirmed_flush_lsn to pg_stat_replication Heikki Hulkko 2016-11-21 14:02:43 +02:00
  • 1fa394d488 Remove pg_settings query examples Adam Sunderland 2017-04-18 10:30:44 -05:00
  • c4f701e817 Fix the .travis.yml deployment. v0.2.0 Will Rouesnel 2017-04-18 23:25:56 +10:00
  • a87b6bc583 Handle pg_settings names with '.' Adam Sunderland 2017-04-17 10:33:02 -05:00
  • 98ba566322 Use the pg_settings view to retrieve runtime variable Matt Bostock 2017-03-27 22:34:22 +01:00
  • 994be318d4 Add metric parsing scripts to generate additions/removals for complex changes. Will Rouesnel 2017-04-14 01:57:51 +10:00
  • f6e4292bc5 Have smoketests output representative samples of metrics. Will Rouesnel 2017-04-14 01:21:31 +10:00
  • 53b9d9cea7 Improve "Running as non-superuser" documentation. v0.1.3 Michał Czeraszkiewicz 2017-02-21 11:32:05 +01:00
  • 12b95c44d4 Mask the password field of the connection URL. Dimitrios Karagiannis 2017-03-16 17:25:16 +00:00
  • 030e90f03e Update build version of Go to 1.7.5 Christian Nicolai 2017-04-10 16:24:33 +02:00
  • c7ac2b0e12 Make references to PostgreSQL consistent Matt Bostock 2017-03-03 14:03:03 +00:00
  • 5211415ebe Gofmt the code. Will Rouesnel 2017-02-25 01:08:36 +11:00
  • ff8e0c5382 Add coverage and code quality badges. Will Rouesnel 2017-02-25 00:19:07 +11:00
  • 8ded56a7da Better error message for debugging connection failures Jim Tilander 2017-02-14 23:01:46 -08:00
  • f5f7d836f5 Removed dependency on local build Jim Tilander 2017-02-14 22:50:17 -08:00
  • 03ee288c3a Added a cross compilation target as well as push Jim Tilander 2017-02-14 22:41:26 -08:00
  • 2a29d083a2 Update .travis.yml to fix deployments. v0.1.2 Will Rouesnel 2017-02-07 21:23:27 +11:00
  • 623d2eb6de Using a connection pool of size 1 instead of closing/reopening connections matevarga 2017-02-07 10:17:16 +01:00
  • 2c6594edca Properly print the SQL server error string in the log message. Ed Schouten 2016-11-29 10:21:16 +01:00
  • 1e43282aa2 Update .travis.yml to push tagged versions. Will Rouesnel 2016-11-29 07:49:34 +11:00
  • 8ec2d3d73c Remove the spurious config.expect-replication-stats option. Will Rouesnel 2016-11-29 07:44:38 +11:00
  • 3ead0f9aff Add a test case to detect regression on issue fixed by PR #39. v0.1.1 Will Rouesnel 2016-11-29 02:12:51 +11:00
  • 8f3088611b Use correct SemVer range condition. Fixes #38 (#39) Dominik Schulz 2016-11-28 15:49:25 +01:00
  • 37e6dd3bec Update Dockerfile with the new port (9187) (#37) Alex Simenduev 2016-11-26 04:06:23 +02:00
  • 22534f7cd6 Merge pull request #36 from mjtrangoni/patch-1 Will Rouesnel 2016-11-21 21:58:34 +11:00
  • cd9bb8605e README.md: Update to new default port 9187 Mario Trangoni 2016-11-21 09:50:15 +01:00
  • 76e1d112d3 .travis.yml: correctly push tagged docker images. v0.1.0 Will Rouesnel 2016-11-21 02:19:42 +11:00
  • e3ba4b3c5d Merge pull request #33 from wrouesnel/bugfixes_and_upgrades Will Rouesnel 2016-11-18 03:58:26 +11:00
  • 98d26cb9c7 Update the integration test. Will Rouesnel 2016-11-18 03:52:58 +11:00