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

Commit Graph

  • 9f1835bb2d Vendor new packages, fix bad sync dependency. Will Rouesnel 2016-11-18 03:45:42 +11:00
  • 1246d1b90b Update .travis.yml to push tagged docker container releases. Will Rouesnel 2016-11-18 03:38:49 +11:00
  • d49127d34f Re-enabled the YAML file format processing. Will Rouesnel 2016-11-18 03:32:16 +11:00
  • 2297eb5ba8 Tests passing for all postgres versions. Will Rouesnel 2016-11-18 02:47:24 +11:00
  • be1a76b167 Tests passing for PostgreSQL 9.1. Set semantic version in filename. Will Rouesnel 2016-11-18 02:26:33 +11:00
  • 175686dc0f Use the gocheck binary to run Postgres matrix tests. Will Rouesnel 2016-11-17 22:14:13 +11:00
  • 045ae96430 Implement the compileable source code of the basic integration test suite. Will Rouesnel 2016-11-17 03:09:20 +11:00
  • a95fad8d1e Refactor scrape() to break out the major components. Will Rouesnel 2016-11-17 02:16:45 +11:00
  • 53ad0efbbb Add docker-compose and replication environment tests to the smoke-tests. Will Rouesnel 2016-11-17 02:00:42 +11:00
  • f554139279 Add pg_static synthetic key to collect Postgres version. Will Rouesnel 2016-11-17 01:59:46 +11:00
  • 8c0f2ed166 Add postgres cluster replication smoke tests. Will Rouesnel 2016-11-17 00:58:25 +11:00
  • c00d3fb6e7 Revert PR #23 which broke replication stats. Will Rouesnel 2016-11-17 00:16:21 +11:00
  • 6f2f9890f7 Change default port to 9187. Will Rouesnel 2016-11-16 23:02:42 +11:00
  • 9143f5984a Merge pull request #25 from wrouesnel/tweak-makefile-for-osx Will Rouesnel 2016-09-09 01:19:57 +10:00
  • db37da547e Make the makefile less Linux specific (find on OSX complains apparently). Will Rouesnel 2016-09-09 01:14:28 +10:00
  • 286550f3bf Merge pull request #21 from ncabatoff/feature-queries_from_file Will Rouesnel 2016-09-09 01:10:15 +10:00
  • 935ca797a0 Merge pull request #23 from mcanevet/slot_name Will Rouesnel 2016-09-09 01:07:42 +10:00
  • 28cb683407 Merge pull request #24 from wrouesnel/fix-dockerfile Will Rouesnel 2016-09-09 01:00:54 +10:00
  • 5fec9aacab Fix docker build steps. Will Rouesnel 2016-09-09 00:55:40 +10:00
  • 83bf7840f5 Add slot_name to pg_stat_replication Mickaël Canévet 2016-09-08 15:24:42 +02:00
  • 511ef0eacd fix a bug in the query to fetch shared_buffers setting Nick Cabatoff 2016-09-07 16:55:41 -04:00
  • b3bb44082a merge with upstream Nick Cabatoff 2016-09-07 16:29:30 -04:00
  • 64f5d9ac0f Document -extend.query-path in README. Add more examples to queries.yaml. Nick Cabatoff 2016-09-07 15:15:52 -04:00
  • fc3a14f645 fix bug with multiple columns in same metric (only the last one was being used because the map was being overwritten each time); add -dumpmaps option for debugging Nick Cabatoff 2016-08-20 12:32:08 -04:00
  • 39bd5d3938 Merge pull request #18 from tmc/master Will Rouesnel 2016-08-06 12:46:52 +10:00
  • 09a998035d update to use common/log Travis Cline 2016-08-05 18:54:41 -07:00
  • 9cdd620449 Merge pull request #6 from marcusmartins/duration_handling Will Rouesnel 2016-07-30 11:48:44 +10:00
  • 382729a166 Merge pull request #17 from jinty/string-to-flaot Will Rouesnel 2016-07-30 11:44:17 +10:00
  • 0830d3e098 Parse strings to floats. fixes https://github.com/wrouesnel/postgres_exporter/issues/15 Brian Sutherland 2016-07-28 12:59:28 +02:00
  • 5085f2a137 Merge pull request #13 from wrouesnel/smoketests Will Rouesnel 2016-07-16 12:54:47 +10:00
  • 8cca2a59a5 Add docker based integration test suite. Will Rouesnel 2016-05-28 17:03:38 +10:00
  • 895166bbbb Made cosmetic changes to fit the Go coding standards Reda NOUSHI 2016-06-29 22:09:42 +00:00
  • 8dd3912150 Add gopkg.in/yaml.v2 dependency to vendor/ Reda NOUSHI 2016-06-29 01:21:04 +00:00
  • c0ae101d89 Add support for custom queries from yaml file Reda NOUSHI 2016-06-29 00:32:47 +00:00
  • 1d383291eb Add sample queries file Reda NOUSHI 2016-06-28 23:57:13 +00:00
  • 6565c98ad5 Add queries file support Reda NOUSHI 2016-06-28 23:56:47 +00:00
  • 86caf395f6 Update .travis.yml to release only on master v0.0.1 Will Rouesnel 2016-06-03 23:13:55 +10:00
  • 76f8d57e99 Setup travis releases Will Rouesnel 2016-05-28 14:53:48 +10:00
  • 66db8ebaa0 Update README.md for travis-build Will Rouesnel 2016-05-28 14:35:17 +10:00
  • 490e1626f5 Merge branch 'master' of github.com:wrouesnel/postgres_exporter Will Rouesnel 2016-05-28 14:33:46 +10:00
  • 2711bd78d3 Modifications to setup .travis.yml and builds. Will Rouesnel 2016-05-28 14:19:55 +10:00
  • c929bad6a1 README.md connection strings were wrong Will Rouesnel 2016-05-20 19:04:31 +10:00
  • 2a8bef5235 Handle pg_runtime_variable return values Marcus Martins 2016-05-05 18:07:27 -07:00
  • 4c8b9700c6 Merge branch 'local_changes' Will Rouesnel 2016-03-12 21:18:05 +11:00
  • 054d825c7d Vendor all dependencies, add docker build to makefile. Will Rouesnel 2016-03-12 21:07:31 +11:00
  • bb26a644f9 Merge branch 'knutemann-master' Will Rouesnel 2016-02-03 13:52:08 +11:00
  • 7e8fbdf07f Added support for collecting arbitrary sql queries. 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. fiknytte 2016-01-06 20:19:41 +01:00
  • 01e4eb4e67 Add support for collecting runtime variables. William Rouesnel 2015-12-09 16:41:28 +11:00
  • c931b83b7c Update README.md Will Rouesnel 2015-09-07 15:25:10 +10:00
  • f8c46f1f15 Update README.md Will Rouesnel 2015-08-28 14:05:11 +10:00
  • 5428cf141f Update README.md Will Rouesnel 2015-08-28 07:08:54 +10:00
  • 48e00bf01f Update README.md Will Rouesnel 2015-08-28 07:05:30 +10:00
  • ddf582dcdf Fix the column labeling properly. 0.0.1 Will Rouesnel 2015-08-28 06:58:54 +10:00
  • 4191c1a938 Update gitignore Will Rouesnel 2015-08-28 04:29:03 +10:00
  • c92bb1e610 Add explicit type conversion functions from sql to prometheus. Will Rouesnel 2015-08-28 04:26:52 +10:00
  • 976a50234b Not production ready yet (or working at all). Will Rouesnel 2015-08-25 04:08:46 +10:00
  • 0fd7504047 Not production ready yet (or working at all). Will Rouesnel 2015-08-25 04:08:46 +10:00
  • 2a08787a90 Compiling version of the postgres_exporter. Will Rouesnel 2015-08-25 03:27:14 +10:00