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
Use the gocheck binary to run Postgres matrix tests.
This commit is contained in:
@ -39,6 +39,10 @@ var (
|
||||
"dumpmaps", false,
|
||||
"Do not run, simply dump the maps.",
|
||||
)
|
||||
expectReplicationStats = flag.Bool(
|
||||
"config.expect-replication-stats", false,
|
||||
"The target database has replication configured, log missing replication stats as an error.",
|
||||
)
|
||||
)
|
||||
|
||||
// Metric name parts.
|
||||
|
Reference in New Issue
Block a user