You've already forked postgres_exporter
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:
@ -19,7 +19,7 @@ import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
var Version string = "0.0.0-dev"
|
||||
var Version string = "0.0.1"
|
||||
|
||||
var (
|
||||
listenAddress = flag.String(
|
||||
|
Reference in New Issue
Block a user