1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-06-16 04:40:57 +03:00

Add docker based integration test suite.

This simply pulls and runs postgres against a number of versions and checks
that we can successfully connect to it.
This commit is contained in:
Will Rouesnel
2016-05-28 17:03:38 +10:00
parent 86caf395f6
commit 8cca2a59a5
4 changed files with 78 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
"strconv"
)
var Version string = "0.0.0-dev"
var Version string = "0.0.1"
var (
listenAddress = flag.String(