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.
This commit is contained in:
Will Rouesnel
2015-08-25 03:27:14 +10:00
commit 2a08787a90
7 changed files with 768 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.build
mysqld_exporter
*.tar.gz
*.test
*-stamp
.idea
*.iml