Skip to content

Commit 6ae0186

Browse files
authored
PMM-12981 enable database wraparound collector. (percona#203)
1 parent 7cefaaa commit 6ae0186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_database_wraparound.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
const databaseWraparoundSubsystem = "database_wraparound"
2626

2727
func init() {
28-
registerCollector(databaseWraparoundSubsystem, defaultDisabled, NewPGDatabaseWraparoundCollector)
28+
registerCollector(databaseWraparoundSubsystem, defaultEnabled, NewPGDatabaseWraparoundCollector)
2929
}
3030

3131
type PGDatabaseWraparoundCollector struct {

0 commit comments

Comments
 (0)