Skip to content

Commit

Permalink
removing memory_swap from init function
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Sep 27, 2024
1 parent 5822fb8 commit 1f55ae7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/inputs/procstat/procstat.go
Original file line number Diff line number Diff line change
Expand Up @@ -587,9 +587,6 @@ func (p *Procstat) Init() error {

func init() {
inputs.Add("procstat", func() telegraf.Input {
return &Procstat{
Properties: []string{"mmap"},
createProcess: NewProc,
}
return &Procstat{}
})
}

0 comments on commit 1f55ae7

Please sign in to comment.