Skip to content

Commit d5b196e

Browse files
committed
Flip postmaster collector to disabled by default
Signed-off-by: Felix Yuan <[email protected]>
1 parent f571384 commit d5b196e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_postmaster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const postmasterSubsystem = "postmaster"
2424

2525
func init() {
26-
registerCollector(postmasterSubsystem, defaultEnabled, NewPGPostmasterCollector)
26+
registerCollector(postmasterSubsystem, defaultDisabled, NewPGPostmasterCollector)
2727
}
2828

2929
type PGPostmasterCollector struct {

0 commit comments

Comments
 (0)