You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-06-14 17:22:33 +03:00
Modifications to setup .travis.yml and builds.
This commit is contained in:
@ -19,6 +19,8 @@ import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
var Version string = "0.0.0-dev"
|
||||
|
||||
var (
|
||||
listenAddress = flag.String(
|
||||
"web.listen-address", ":9113",
|
||||
|
Reference in New Issue
Block a user