Skip to content

Commit d01184f

Browse files
authored
Merge pull request #854 from tomhughes/replication
Fix replication collector
2 parents dcf498e + d920553 commit d01184f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_replication.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type PGReplicationCollector struct {
2929
}
3030

3131
func NewPGReplicationCollector(collectorConfig) (Collector, error) {
32-
return &PGPostmasterCollector{}, nil
32+
return &PGReplicationCollector{}, nil
3333
}
3434

3535
var (

0 commit comments

Comments
 (0)