mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-05-14 05:48:24 +00:00
Fix replication collector
Signed-off-by: Tom Hughes <tom@compton.nu>
This commit is contained in:
parent
dd87ad094a
commit
0850b195a0
@ -30,7 +30,7 @@ type PGReplicationCollector struct {
|
||||
}
|
||||
|
||||
func NewPGReplicationCollector(collectorConfig) (Collector, error) {
|
||||
return &PGPostmasterCollector{}, nil
|
||||
return &PGReplicationCollector{}, nil
|
||||
}
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user