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

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM sdurrheimer/alpine-golang-make-onbuild
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
EXPOSE 9113