Skip to content

Commit 45ee42b

Browse files
authored
PMM-12781 Disable pg wal collector by default. (#182)
1 parent 2b9735e commit 45ee42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_wal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
const walSubsystem = "wal"
2323

2424
func init() {
25-
registerCollector(walSubsystem, defaultEnabled, NewPGWALCollector)
25+
registerCollector(walSubsystem, defaultDisabled, NewPGWALCollector)
2626
}
2727

2828
type PGWALCollector struct {

0 commit comments

Comments
 (0)