Add vmstat collector, enabled per default

This commit is contained in:
Florian Koch 2016-01-08 21:38:28 +01:00
commit 5d5346af8a
3 changed files with 71 additions and 1 deletions

View file

@ -35,6 +35,7 @@ stat | Exposes various statistics from `/proc/stat`. This includes CPU usage, bo
textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set.
time | Exposes the current system time.
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no /proc/mdstat present).
vmstat | Exposes statistics from`/proc/vmstat`.
### Disabled by default