Skip to content

Commit 0850b19

Browse files
tomhughessysadmind
authored andcommitted
Fix replication collector
Signed-off-by: Tom Hughes <[email protected]>
1 parent dd87ad0 commit 0850b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_replication.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type PGReplicationCollector struct {
3030
}
3131

3232
func NewPGReplicationCollector(collectorConfig) (Collector, error) {
33-
return &PGPostmasterCollector{}, nil
33+
return &PGReplicationCollector{}, nil
3434
}
3535

3636
var (

0 commit comments

Comments
 (0)