Skip to content

Commit

Permalink
Merge pull request #53 from 128technology/sunanj/I95-48669-128T-procs…
Browse files Browse the repository at this point in the history
…tats

Add t128_procstats
  • Loading branch information
jiangsunan committed Jan 9, 2023
2 parents d1f1feb + 3f6e6f2 commit 4194059
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/inputs/procstat/procstat.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,7 @@ func init() {
inputs.Add("procstat", func() telegraf.Input {
return &Procstat{}
})
inputs.Add("t128_procstat", func() telegraf.Input {
return &T128Procstat{}
})
}

0 comments on commit 4194059

Please sign in to comment.