You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-11 02:43:02 +03: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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user