Add pagefault data to procstat input plugin (#5769)
This commit is contained in:
committed by
Daniel Nelson
parent
10b2a3de30
commit
9c3af1e6ac
@@ -12,6 +12,7 @@ type Process interface {
|
||||
PID() PID
|
||||
Tags() map[string]string
|
||||
|
||||
PageFaults() (*process.PageFaultsStat, error)
|
||||
IOCounters() (*process.IOCountersStat, error)
|
||||
MemoryInfo() (*process.MemoryInfoStat, error)
|
||||
Name() (string, error)
|
||||
|
||||
Reference in New Issue
Block a user