Commit Graph

22 Commits

Author SHA1 Message Date
Will Rouesnel
8cca2a59a5 Add docker based integration test suite.
This simply pulls and runs postgres against a number of versions and checks
that we can successfully connect to it.
2016-07-16 12:41:34 +10:00
Will Rouesnel
86caf395f6 Update .travis.yml to release only on master 2016-06-03 23:13:55 +10:00
Will Rouesnel
76f8d57e99 Setup travis releases 2016-05-28 14:53:48 +10:00
Will Rouesnel
66db8ebaa0 Update README.md for travis-build 2016-05-28 14:35:17 +10:00
Will Rouesnel
490e1626f5 Merge branch 'master' of github.com:wrouesnel/postgres_exporter 2016-05-28 14:33:46 +10:00
Will Rouesnel
2711bd78d3 Modifications to setup .travis.yml and builds. 2016-05-28 14:31:43 +10:00
Will Rouesnel
c929bad6a1 README.md connection strings were wrong
Looks like lib/pq has updated their connection strings upstream so the URL parsing is more URL-like.
2016-05-20 19:04:31 +10:00
Will Rouesnel
4c8b9700c6 Merge branch 'local_changes' 2016-03-12 21:18:05 +11:00
Will Rouesnel
054d825c7d Vendor all dependencies, add docker build to makefile.
Vendor and store all dependencies. This allows us to have a makefile which
builds to a minimized docker image.
2016-03-12 21:16:17 +11:00
Will Rouesnel
bb26a644f9 Merge branch 'knutemann-master' 2016-02-03 13:52:08 +11:00
fiknytte
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.
2016-01-21 13:15:20 +01:00
William Rouesnel
01e4eb4e67 Add support for collecting runtime variables. 2015-12-09 16:41:28 +11:00
Will Rouesnel
c931b83b7c Update README.md
Update README with a workable connection string for local use.
2015-09-07 15:25:10 +10:00
Will Rouesnel
f8c46f1f15 Update README.md 2015-08-28 14:05:11 +10:00
Will Rouesnel
5428cf141f Update README.md 2015-08-28 07:08:54 +10:00
Will Rouesnel
48e00bf01f Update README.md 2015-08-28 07:05:30 +10:00
Will Rouesnel
ddf582dcdf Fix the column labeling properly. 2015-08-28 06:58:59 +10:00
Will Rouesnel
4191c1a938 Update gitignore 2015-08-28 04:29:03 +10:00
Will Rouesnel
c92bb1e610 Add explicit type conversion functions from sql to prometheus. 2015-08-28 04:27:36 +10:00
Will Rouesnel
976a50234b Not production ready yet (or working at all). 2015-08-25 04:08:46 +10:00
Will Rouesnel
0fd7504047 Not production ready yet (or working at all). 2015-08-25 04:08:46 +10:00
Will Rouesnel
2a08787a90 Compiling version of the postgres_exporter.
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.
2015-08-25 03:28:41 +10:00