mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-08 02:01:23 +00:00
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:
parent
9143f5984a
commit
6f2f9890f7
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user