Change default port to 9187.

This is the postgres_exporter WIP port for Prometheus and avoids the
by default collision with the nginx_exporter.

Closes #22.
This commit is contained in:
Will Rouesnel 2016-11-16 23:02:42 +11:00
parent 9143f5984a
commit 6f2f9890f7

View File

@ -22,7 +22,7 @@ var Version string = "0.0.1"
var (
listenAddress = flag.String(
"web.listen-address", ":9113",
"web.listen-address", ":9187",
"Address to listen on for web interface and telemetry.",
)
metricPath = flag.String(