Add vmstat collector, enabled per default
This commit is contained in:
parent
e7a4ea3fe8
commit
5d5346af8a
3 changed files with 71 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue