Skip to content
Prev Previous commit
Typo
Signed-off-by: Felix Yuan <felix.yuan@reddit.com>
  • Loading branch information
Sticksman committed Jun 26, 2023
commit 1ec3a9ab24ddd9afd78d5afeffba65fd5a5b9f5c
2 changes: 1 addition & 1 deletion collector/pg_process_idle.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

func init() {
// Making this default disabled because we have no tests for it
registerCollector("statements", defaultDisabled, NewPGProcessIdleCollector)
registerCollector(processIdleSubsystem, defaultDisabled, NewPGProcessIdleCollector)
}

type PGProcessIdleCollector struct {
Expand Down