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.
5 lines
132 B
Docker
5 lines
132 B
Docker
FROM sdurrheimer/alpine-golang-make-onbuild
|
|
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
|
|
|
EXPOSE 9113
|