telegraf/plugins/inputs/system
Nathan D Acuff d518d7d806 Add device name as a tag in disk stats (#1807)
* return partition stat alongside disk stat from disk usage method, and report device name (minus /dev/) as a tag in disk stats

* update system/disk tests to include new partition stat return value from disk usage method calls

* update changelog for #1807 (use device name instead of path to report disk stats)
2016-12-05 17:42:36 +00:00
..
CPU_README.md
DISK_README.md Specify host mount prefix with envvar. 2016-05-02 15:53:30 -06:00
KERNEL_README.md
KERNEL_VMSTAT_README.md
MEM_README.md fix used_percent Calculation formula (#1313) 2016-06-02 14:24:48 +01:00
NETSTAT_README.md
PROCESSES_README.md
SYSTEM_README.md Add number of users to 'system' plugin 2016-03-09 19:27:22 +01:00
cpu.go Fix improper total of CPU times (#2123) 2016-12-05 08:35:59 +00:00
cpu_test.go Fix improper total of CPU times (#2123) 2016-12-05 08:35:59 +00:00
disk.go Add device name as a tag in disk stats (#1807) 2016-12-05 17:42:36 +00:00
disk_test.go Add device name as a tag in disk stats (#1807) 2016-12-05 17:42:36 +00:00
kernel.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
kernel_notlinux.go
kernel_test.go
kernel_vmstat.go
kernel_vmstat_test.go
memory.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
memory_test.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
mock_PS.go Add device name as a tag in disk stats (#1807) 2016-12-05 17:42:36 +00:00
net.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
net_test.go Update gopsutil dependency 2016-05-20 15:30:13 +01:00
netstat.go
processes.go Major Logging Overhaul 2016-10-03 17:13:03 +01:00
processes_test.go processes plugin: fix case where there are spaces in cmd name 2016-04-05 10:27:30 -06:00
ps.go Add device name as a tag in disk stats (#1807) 2016-12-05 17:42:36 +00:00
system.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00