Skip to content

Commit

Permalink
PMM-12981 enable database wraparound collector. (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Mar 6, 2024
1 parent 7cefaaa commit 6ae0186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/pg_database_wraparound.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
const databaseWraparoundSubsystem = "database_wraparound"

func init() {
registerCollector(databaseWraparoundSubsystem, defaultDisabled, NewPGDatabaseWraparoundCollector)
registerCollector(databaseWraparoundSubsystem, defaultEnabled, NewPGDatabaseWraparoundCollector)
}

type PGDatabaseWraparoundCollector struct {
Expand Down

0 comments on commit 6ae0186

Please sign in to comment.