1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00

Fix replication collector

Signed-off-by: Tom Hughes <tom@compton.nu>
This commit is contained in:
Tom Hughes
2023-07-03 17:51:50 +01:00
parent dcf498e709
commit d920553227

View File

@@ -29,7 +29,7 @@ type PGReplicationCollector struct {
}
func NewPGReplicationCollector(collectorConfig) (Collector, error) {
return &PGPostmasterCollector{}, nil
return &PGReplicationCollector{}, nil
}
var (