Skip to content

Commit

Permalink
Fix replication collector
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hughes <[email protected]>
  • Loading branch information
tomhughes authored and sysadmind committed Jul 21, 2023
1 parent dd87ad0 commit 0850b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/pg_replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type PGReplicationCollector struct {
}

func NewPGReplicationCollector(collectorConfig) (Collector, error) {
return &PGPostmasterCollector{}, nil
return &PGReplicationCollector{}, nil
}

var (
Expand Down

0 comments on commit 0850b19

Please sign in to comment.