1
0
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:
Will Rouesnel
2016-05-28 14:19:55 +10:00
parent 4c8b9700c6
commit 2711bd78d3
4 changed files with 51 additions and 10 deletions

View File

@ -19,6 +19,8 @@ import (
"strconv"
)
var Version string = "0.0.0-dev"
var (
listenAddress = flag.String(
"web.listen-address", ":9113",