There was an error while loading. Please reload this page.
2 parents dcf498e + d920553 commit d01184fCopy full SHA for d01184f
collector/pg_replication.go
@@ -29,7 +29,7 @@ type PGReplicationCollector struct {
29
}
30
31
func NewPGReplicationCollector(collectorConfig) (Collector, error) {
32
-return &PGPostmasterCollector{}, nil
+return &PGReplicationCollector{}, nil
33
34
35
var (
0 commit comments