Add diskstats collector for OpenBSD (#1250)
* Add diskstats collector for OpenBSD Tested on i386 and amd64, OpenBSD 6.4 and -current. * Refactor diskstats collectors This moves common descriptors from Linux, Darwin, OpenBSD diskstats collectors into diskstats_common.go Signed-off-by: Ralf Horstmann <ralf+github@ackstorm.de>
This commit is contained in:
parent
d442108d7a
commit
3867ad5ab0
6 changed files with 162 additions and 84 deletions
|
|
@ -15,6 +15,7 @@ The cpufreq metrics now separate the `cpufreq` and `scaling` data based on what
|
|||
* [FEATURE] Add a flag to disable exporter metrics #1148
|
||||
* [FEATURE] Add kstat-based Solaris metrics for boottime, cpu and zfs collectors #1197
|
||||
* [FEATURE] Add uname collector for FreeBSD #1239
|
||||
* [FEATURE] Add diskstats collector for OpenBSD #1250
|
||||
|
||||
## 0.17.0 / 2018-11-30
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue