Skip to content

Commit

Permalink
Merge pull request #854 from tomhughes/replication
Browse files Browse the repository at this point in the history
Fix replication collector
  • Loading branch information
sysadmind committed Jul 3, 2023
2 parents dcf498e + d920553 commit d01184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/pg_replication.go
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 d01184f

Please sign in to comment.