aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Handzik <joseph.t.handzik@hpe.com>2017-01-23 13:04:44 -0600
committerJoe Handzik <joseph.t.handzik@hpe.com>2017-01-23 16:41:15 -0600
commit1dde3ec31ba1d9e50eeff26c44179b411fd21349 (patch)
tree545d0fadf91553141e496db431a29fbda4578b3c /README.md
parent94fb93a9f3ffa5bf2458e23c2dab9ed661e4822e (diff)
downloadprometheus_node_collector-1dde3ec31ba1d9e50eeff26c44179b411fd21349.tar.bz2
prometheus_node_collector-1dde3ec31ba1d9e50eeff26c44179b411fd21349.tar.xz
prometheus_node_collector-1dde3ec31ba1d9e50eeff26c44179b411fd21349.zip
README.md: Remove note about ZFS being limited to ARC
Because it's not true after this PR goes up. Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70e218d..786db69 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ stat | Exposes various statistics from `/proc/stat`. This includes CPU usage, bo
35textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 35textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
36time | Exposes the current system time. | _any_ 36time | Exposes the current system time. | _any_
37vmstat | Exposes statistics from `/proc/vmstat`. | Linux 37vmstat | Exposes statistics from `/proc/vmstat`. | Linux
38zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics.<br/> Linux (ARC) | [Linux](http://zfsonlinux.org/) 38zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics. | [Linux](http://zfsonlinux.org/)
39 39
40### Disabled by default 40### Disabled by default
41 41