We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf498e commit 59c4548Copy full SHA for 59c4548
collector/pg_replication.go
@@ -29,7 +29,7 @@ type PGReplicationCollector struct {
29
}
30
31
func NewPGReplicationCollector(collectorConfig) (Collector, error) {
32
- return &PGPostmasterCollector{}, nil
+ return &PGReplicationCollector{}, nil
33
34
35
var (
0 commit comments