Commit Graph

  • 8531abac46 User defined configuration to run the query for different database server version from single yml file (#428) Neel Patel 2021-02-17 19:34:12 +05:30
  • 301976c218 Detect SIReadLock locks in the pg_locks metric (#421) Ollie Charles 2021-01-31 11:22:18 +00:00
  • 1ba1100a72 Support connstring syntax when discovering databases (#473) Ivan Shapovalov 2021-01-31 14:21:38 +03:00
  • aea6fae7d6 Recover when connection cannot be established straight at startup (#415) Yann Soubeyrand 2020-12-24 16:41:05 +01:00
  • f188bdef53 Improve PostgreSQL replication lag detection (#395) Jakov Sosic 2020-12-24 16:39:43 +01:00
  • bfd0707e37 Fixed "Scrape Duration" if psql down (#426) alexey-gavrilov-flant 2020-12-24 18:39:07 +03:00
  • 8c27e97b77 Do not try to return metric descriptors in Describe (#416) Yann Soubeyrand 2020-12-24 16:37:31 +01:00
  • c55a3b3c5b Fixes (#364) (#387) Ajay Bhat 2020-12-24 21:06:18 +05:30
  • 3fd1c2c0eb Introduce histogram support (#435) Corin Lawson 2020-12-25 02:34:26 +11:00
  • 3864bbc9cd Update queries.yml (#433) Ben Kochie 2020-12-24 16:26:58 +01:00
  • b32e34a425 Do not panic on incorrect env (#457) Yann Hamon 2020-12-24 16:22:37 +01:00
  • 6354b0c7e7 Add query for 'pg_replication_slots' (#465) Kevin Pullin 2020-12-24 07:21:40 -08:00
  • b12c8ab04e Loongson CPU mips64le compiled through. (#418) time_north 2020-08-28 08:04:02 +08:00
  • a7538454ed Add pg_stat_statements view for non-superuser instructions (#398) Robbie Trencheny 2020-08-27 17:03:23 -07:00
  • e2df41f43e Fix queries for awsrds (#370) Mike 2020-04-09 11:16:22 -04:00
  • 77d42931d0 update docs with examples of DATA_SOURCE_URI (#378) Lars Kellogg-Stedman 2020-04-09 11:14:24 -04:00
  • aac3b0d919 ARM64 platform (#386) Denis Gubanov 2020-04-09 18:14:06 +03:00
  • 3ecfd46549 Switch to debian baseimage for docker (#376) Will Rouesnel 2020-02-26 00:49:30 +11:00
  • 81f9c78d61 fix pg_database_size_bytes metric in queries.yaml (#357) Daniel Binkhuysen 2020-02-25 12:57:23 +01:00
  • f870f9591b Don't ignore errors in parseUserQueries (#362) Don Petersen 2020-02-25 03:56:49 -08:00
  • 0c4425c4b3 Fix max connection alerts formulas (#368) rafis 2020-02-25 14:56:18 +03:00
  • aeec47ead4 Add a build info metric (#323) Ben Kochie 2019-11-25 07:16:24 -06:00
  • 03013dea2e Re-add pg_stat_bgwriter metrics which were accidentally removed. Will Rouesnel 2019-11-26 00:00:32 +11:00
  • 54a0cf0e63 Fix build error introduced by pg_archiver metrics bad merge. Will Rouesnel 2019-11-25 23:50:43 +11:00
  • 2772da8dbe Export pg_stat_archiver metrics Russ Garrett 2019-11-01 17:50:22 +00:00
  • 75d542d496 Update "Flags" list in README (#331) Vladimir N. Indik 2019-11-20 00:19:34 +01:00
  • c4508ff430 Refactoring: fix error sfalkon 2019-11-11 18:02:07 +03:00
  • d74818ccac fix integration test sfalkon 2019-11-11 15:39:12 +03:00
  • deac1c37db fix master database behavior sfalkon 2019-11-11 14:41:20 +03:00
  • 9b13f5ec57 Add support for 'DATA_SOURCE_URI_FILE' envvar. Benjamin P. Jung 2019-11-05 13:31:15 +01:00
  • 852ec5d9a1 Add example.alerts.yml Will Rouesnel 2019-11-01 10:10:13 +11:00
  • 03457ae745 Stop including tools/src in source tarballs. Will Rouesnel 2019-11-01 01:18:05 +11:00
  • c2866fd2e2 Fix README.md. Will Rouesnel 2019-11-01 01:04:08 +11:00
  • bb0870c562 Rename pg_database_size to pg_database_size_bytes Will Rouesnel 2019-11-01 00:14:34 +11:00
  • 698fdb7873 Add pg_stat_statements to sample queries.yml file. Will Rouesnel 2019-11-01 00:13:36 +11:00
  • 34fdb69ee2 Add support for optional namespace caching. (#319) Will Rouesnel 2019-11-01 00:17:31 +11:00
  • 1385b4f658 Fix some autodiscovery problems (#314) sfalkon 2019-10-31 14:09:30 +03:00
  • ececfdeab7 Yaml parsing refactor (#299) Alexis Sellier 2019-10-31 12:07:59 +01:00
  • e1428a8330 Don't stop generating fingerprint while encountering value with "=" sign (#318) Daniel Pintara 2019-10-31 18:02:27 +07:00
  • 27d5c9926d Add SQL for grant connect (#303) Marcos A L M Macedo 2019-10-30 00:58:17 -03:00
  • d6f7ff1641 Expose pg_current_wal_lsn_bytes (#307) Michael Kaye 2019-10-30 03:57:54 +00:00
  • e362f444aa [minor] fix landing page content-type (#305) Leo Antunes 2019-10-30 04:57:12 +01:00
  • 69a90e8a33 Updated lib/pg driver to 1.2.0 in order to support stronger SCRAM-SHA-256 authentication. This drops support for Go < 1.11 and PostgreSQL < 9.4. (#304) Johan Karlberg 2019-10-30 04:56:38 +01:00
  • b33c2f9349 Provide more helpful default values for tables that have never been vacuumed (#310) Wolfgang Schnerring 2019-10-30 04:55:48 +01:00
  • 043e68e067 Add retries to getServer() (#316) Dan Molik 2019-10-29 23:54:18 -04:00
  • 238f5c099a Fix pg_up metric returns last calculated value without explicit resetting (#291) Dmitry Ulyanov 2019-08-12 06:35:58 +03:00
  • 1ab8d2bbc8 Discover only databases that are not templates and allow connections (#297) Alexis Sellier 2019-08-12 03:40:58 +02:00
  • c768e64548 Add --exclude-databases option (#298) Alexis Sellier 2019-08-12 03:25:01 +02:00
  • 5f3a711ebd Use application_name column as a label Richard Kojedzinszky 2019-07-09 07:27:18 +02:00
  • 1c14eb964a README: SQL that supports re-execution Sakis 2019-07-11 15:50:03 +02:00
  • 0d7891de1a Fix smoke-tests to more reliably use pg_isready. Will Rouesnel 2019-07-03 23:14:20 +10:00
  • bb8b37cbeb Revert "Updated the magefile.go to use new version of archiver library" Will Rouesnel 2019-07-03 22:44:24 +10:00
  • 97554928e6 Update README.md Will Rouesnel 2019-07-03 22:36:32 +10:00
  • 7b2dc3f2a4 Update travis secrets. Will Rouesnel 2019-07-03 22:34:26 +10:00
  • 6585e6672f Updated the magefile.go to use new version of archiver library Kerim Djiho 2019-04-29 14:41:44 +02:00
  • 06781103f0 Docker file added multistage build to add non-root user running under ID:20001 for image. Reduces attack surface by not running image as root user Janis Orlovs 2019-02-16 00:36:08 +02:00
  • 85c31524f6 Fix build for auto-discover-databases feature Arno Geurts 2019-04-16 12:08:03 +02:00
  • 4d96104c10 Add documentation for auto-discover-databases Arno Geurts 2019-04-16 12:03:52 +02:00
  • 58043f72da Add option to automatically discover database names Arno Geurts 2019-04-16 11:34:52 +02:00
  • 2b896ea2df add support for boolean data types as metrics Miguel Hernandez 2018-06-28 21:58:08 -07:00
  • 486345d8fd No need to truncate replication lag to integers Rick van Hattem 2019-04-23 23:01:03 +02:00
  • 84a575f29f Group and sort imports. Alexey Palazhchenko 2019-04-24 08:56:23 +03:00
  • f9bb147ee8 Add badge for docker pulls. Asher Foa 2019-06-15 08:29:11 -07:00
  • b12adc11e4 Update README.md Michael Kaye 2019-01-24 15:41:53 +00:00
  • 0d4af2b71c No version metrics when default metrics disabled SamB 2019-05-10 09:40:13 +02:00
  • 07dd31dea6 Update README.md Sean Corkum 2019-06-05 07:57:44 -05:00
  • c9dc7a20a1 remove unsupported postgres versions Asher Foa 2019-06-14 23:21:59 -07:00
  • 734dc50972 fix-panic-on-shutdown-server added test for const values parsing Anthony Regeda 2019-02-28 16:36:28 +03:00
  • 725b163161 fix-panic-on-shutdown-server fix panic on shutdown server Anthony Regeda 2019-02-28 16:18:06 +03:00
  • fce869257f Update the running as non-superuser section. This solves the problem that certain metrics didn't produce a value. Freddy Spierenburg 2019-02-20 13:31:09 +01:00
  • 6d2cae6fa8 fix-param-env-key fix spelling of env parameter Anthony Regeda 2018-12-20 12:54:24 +03:00
  • 1d6a733ba2 multi-server-exporter multi server exporter is introduced Anthony Regeda 2018-09-04 13:02:20 +03:00
  • 72446a5b1e Don't fail builds when GIT_API_KEY is not available (on PRs). Will Rouesnel 2018-11-17 16:11:38 +11:00
  • c9ba19e6fd Metric push is working. Will Rouesnel 2018-11-11 22:53:38 +11:00
  • 4a74bf13f6 More debugging. Will Rouesnel 2018-11-11 21:58:17 +11:00
  • fd4691cbc0 Fix metrics push. Will Rouesnel 2018-11-11 21:16:46 +11:00
  • 5bd5c591be Debug metric push. Will Rouesnel 2018-11-11 21:03:41 +11:00
  • 1e5f7f46f4 Fix the metric changes script. Will Rouesnel 2018-11-11 18:02:41 +11:00
  • 5854cac87f Specify assets branch to get-changes. Will Rouesnel 2018-11-11 17:39:50 +11:00
  • 711ab8490b More specific glob for metric files. Will Rouesnel 2018-11-11 17:13:06 +11:00
  • df0bb41a13 Add metric change tracking scripts. Will Rouesnel 2018-11-11 16:56:36 +11:00
  • a2a2a1df2d Fix permissions on gh-asset-clone. Will Rouesnel 2018-11-11 16:18:12 +11:00
  • 93736366d9 Update goimport/gofmt of files. Will Rouesnel 2018-11-11 16:05:05 +11:00
  • 3acec53018 Add gh-assets-clone.sh script. Will Rouesnel 2018-11-11 16:04:10 +11:00
  • fec1a171ba Update README.md Will Rouesnel 2018-11-11 15:45:30 +11:00
  • 474a600842 Add Postgresql 11 to smoke-tests. Will Rouesnel 2018-11-11 15:40:09 +11:00
  • 414e9b13c2 Remove -x from smoke-test. Will Rouesnel 2018-11-11 15:39:51 +11:00
  • 99ff02c6a9 Fix the errors introduced into smoke-test from the refactor. Will Rouesnel 2018-11-11 15:33:27 +11:00
  • ae8bea6eb8 Add GIT_API_KEY variable for collecting assets into the repo. Will Rouesnel 2018-11-11 15:33:06 +11:00
  • 9330d1bc64 Bump Go version. Will Rouesnel 2018-11-11 15:08:05 +11:00
  • 43072ddaa7 Improve support code quality. Will Rouesnel 2018-11-11 15:07:07 +11:00
  • 456ac72430 Document --constantLabels Phil Frost 2018-10-18 11:16:17 -04:00
  • 844076cd6d Add dbname to example to avoid confusion Sylvain Rabot 2018-10-02 14:15:39 +02:00
  • 5452a3aac6 Postgres commits 6e7baa3227 and b06d8e58b5 added a new unit suffix "B" for memory parameters for bytes. Greg Stark 2018-10-06 13:08:04 -04:00
  • 42f9de480a Added pg_statio_user_tables Daniel Bäurer 2018-01-04 11:46:12 +01:00
  • e2db729a41 Speedup docker image build Robson Roberto Souza Peixoto 2018-08-23 10:46:44 -03:00
  • c225a1e194 Accept constantLabels as parameters Robson Roberto Souza Peixoto 2018-08-22 20:56:28 -03:00
  • 265a2ea8eb Add info about PG_* env vars to README (#199) Samuel Barabas 2018-07-16 17:20:01 +02:00
  • 763159e1d2 add query for v9.1 (#203) tshohe 2018-07-17 00:18:08 +09:00
  • 3d0c258c72 FreeBSD compilation target Thomas Skowron 2018-05-22 08:23:37 +02:00