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 committed Jul 3, 2023
1 parent dcf498e commit d920553
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 @@ -29,7 +29,7 @@ type PGReplicationCollector struct {
}

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

var (
Expand Down

0 comments on commit d920553

Please sign in to comment.