Added IopsInProgress to diskio stats (#2037)
* Export IopsInProgress * Export IopsInProgress * Export IopsInProgress
This commit is contained in:
parent
196509cc53
commit
81004c808f
|
@ -138,6 +138,7 @@ func (s *DiskIOStats) Gather(acc telegraf.Accumulator) error {
|
|||
"read_time": io.ReadTime,
|
||||
"write_time": io.WriteTime,
|
||||
"io_time": io.IoTime,
|
||||
"iops_in_progress": io.IopsInProgress,
|
||||
}
|
||||
acc.AddCounter("diskio", fields, tags)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue