We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd87ad0 commit 0850b19Copy full SHA for 0850b19
collector/pg_replication.go
@@ -30,7 +30,7 @@ type PGReplicationCollector struct {
30
}
31
32
func NewPGReplicationCollector(collectorConfig) (Collector, error) {
33
- return &PGPostmasterCollector{}, nil
+ return &PGReplicationCollector{}, nil
34
35
36
var (
0 commit comments